Skip to content

Commit

Permalink
Update Osx.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aiekick authored Nov 4, 2023
1 parent 10681fd commit 7c643f4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/Osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ jobs:
run : brew update
- name: configure
run: mkdir build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DUSE_TEST=ON
- name: build + ctest (only for osx ..)
run: cmake --build build --config Release && ctest --test-dir build --output-on-failure
- name: build
run: cmake --build build --config Release
- name: ctest
run: ctest --test-dir build --output-on-failure
- name: upload artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 7c643f4

Please sign in to comment.