Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding test runs to Azure Pipelines. #899

Merged
merged 4 commits into from
Oct 11, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Use dylib on MacOS.
  • Loading branch information
BillyONeal committed Oct 10, 2018
commit 14632d3e395c19781022d6961890bbaf532943fc
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
displayName: 'Run ninja'
- script: |
cd build.debug/Release/Binaries
./test_runner *test.so
./test_runner *test.dylib
displayName: 'Run Tests'
- job: MacOS_Release
pool:
Expand All @@ -85,5 +85,5 @@ jobs:
displayName: 'Run ninja'
- script: |
cd build.release/Release/Binaries
./test_runner *test.so
./test_runner *test.dylib
displayName: 'Run Tests'