Skip to content

Commit

Permalink
Run tests on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Nov 27, 2024
1 parent 3d56b12 commit fa14486
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,8 @@ jobs:
CCACHE_DIR: ${{ github.workspace }}/.ccache
TRAVIS_OS_NAME: osx
BUILD_NAME: osx

- name: Run Tests
run: |
cd build
ctest --output-on-failure --no-compress-output -T Test
1 change: 1 addition & 0 deletions .github/workflows/mac/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ mkdir -p build
cd build
cmake -GNinja \
-Do2_BUILD_EXAMPLES:BOOL=ON \
-Do2_WITH_TESTS=ON \
-Do2_SHOW_TRACE:BOOL=ON \
-Do2_WITH_DROPBOX:BOOL=ON \
-Do2_WITH_FACEBOOK:BOOL=ON \
Expand Down

0 comments on commit fa14486

Please sign in to comment.