Skip to content

Commit

Permalink
workflow work
Browse files Browse the repository at this point in the history
  • Loading branch information
amock committed Nov 22, 2023
1 parent 8e34403 commit 8bb7d72
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/core-ubu22.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,14 @@ jobs:
path: rmagine
- name: Build the project
run: |
ls
cd rmagine
ls
mkdir build
ls
cd build
ls
cmake ..
ls
make
ls
- name: Tests
run: |
ls
cd rmagine
cd build
./bin/rmagine_version
make test

0 comments on commit 8bb7d72

Please sign in to comment.