Skip to content

Commit

Permalink
✅ Simplify .github/workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
heavywatal committed Oct 1, 2024
1 parent 8550275 commit b7c754a
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ jobs:
- uses: actions/checkout@v4
- name: cmake
run: cmake -S . -B build -DCMAKE_INSTALL_PREFIX=${HOME}/local
- name: build
run: |
cmake --build build -j 2
cmake --install build
- name: test
run: cd build; ctest -V -j 2
- run: cmake --build build -j 2
- run: cmake --install build
- run: ctest -V -j 2
working-directory: ./build

0 comments on commit b7c754a

Please sign in to comment.