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 e148fd3 commit 8e34403
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/core-ubu22.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,19 @@ 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
./bin/rmagine_version
make test

0 comments on commit 8e34403

Please sign in to comment.