Skip to content

Commit

Permalink
Re-enable tests on Linux (microsoft#286)
Browse files Browse the repository at this point in the history
* Re-enable tests on Linux
  • Loading branch information
badrishc authored Jul 13, 2020
1 parent 07f8929 commit dc38f04
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,15 @@ jobs:
make -j
displayName: 'Compile'
# - script: |
# CTEST_OUTPUT_ON_FAILURE=1 make test
# workingDirectory: 'cc/build/Debug'
# displayName: 'Run Tests'
- script: |
CTEST_OUTPUT_ON_FAILURE=1 make test
workingDirectory: 'cc/build/Debug'
displayName: 'Run Tests (Debug)'
- script: |
CTEST_OUTPUT_ON_FAILURE=1 make test
workingDirectory: 'cc/build/Release'
displayName: 'Run Tests (Release)'
- job: 'csharpLinux'
pool:
Expand Down

0 comments on commit dc38f04

Please sign in to comment.