Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BachiLi authored Jan 8, 2024
1 parent 9416f20 commit 62311e8
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-11, windows-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
include:
- os: windows-latest
triplet: x64-windows
- os: ubuntu-latest
triplet: x64-linux
- os: macos-11
- os: macos-latest
triplet: x64-osx

steps:
Expand All @@ -28,5 +28,7 @@ jobs:
run: mkdir build; cd build; cmake ..
- name: make
run: cd build; cmake --build . -j -v
- name: test
run: cd build; ctest
- name: macos-test
run: cd build; ./test_filter
#- name: test
# run: cd build; ctest

0 comments on commit 62311e8

Please sign in to comment.