Skip to content

Commit

Permalink
ENH: Only run Python tests on Linux and Windows
Browse files Browse the repository at this point in the history
Filtering tests that are run by label on Linux and Windows to save a little
bit of time. Do not worry about MacOS where there is no timing out issue
on CI infrastructure.
  • Loading branch information
Francois Budin committed Apr 9, 2019
1 parent fa05cc8 commit 5498f78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
c++ --version
cmake --version
ctest -S $(Agent.BuildDirectory)/ITK-dashboard/dashboard.cmake -VV -j 4
ctest -S $(Agent.BuildDirectory)/ITK-dashboard/dashboard.cmake -VV -j 4 -L Python
displayName: 'Build and test'
env:
CTEST_OUTPUT_ON_FAILURE: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- script: |
cmake --version
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
ctest -S $(Agent.BuildDirectory)/ITK-dashboard/dashboard.cmake -VV -j 4
ctest -S $(Agent.BuildDirectory)/ITK-dashboard/dashboard.cmake -VV -j 4 -L Python
displayName: 'Build and test'
env:
CTEST_OUTPUT_ON_FAILURE: 1
Expand Down

0 comments on commit 5498f78

Please sign in to comment.