Skip to content

Commit

Permalink
Disable debug under windows as it takes an eternity to run
Browse files Browse the repository at this point in the history
Signed-off-by: Kimball Thurston <[email protected]>
  • Loading branch information
kdt3rd committed Oct 26, 2020
1 parent cfcaa8e commit 1fa1e00
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ jobs:
runs-on: windows-2019
strategy:
matrix:
build: [1, 2, 3]
build: [1, 3, 4]
include:
# C++11, Python 3.7
- build: 1
Expand All @@ -313,12 +313,12 @@ jobs:
cxx-standard: 11
exclude-tests:
# Debug -
- build: 2
build-type: Debug
build-shared: 'ON'
build-docs: 'OFF'
cxx-standard: 11
exclude-tests:
## - build: 2
## build-type: Debug
## build-shared: 'ON'
## build-docs: 'OFF'
## cxx-standard: 11
## exclude-tests:
# C++14
- build: 3
build-type: Release
Expand All @@ -327,7 +327,7 @@ jobs:
cxx-standard: 14
exclude-tests:
# C++14, Static
- build: 3
- build: 4
build-type: Release
build-shared: 'OFF'
build-docs: 'OFF'
Expand Down

0 comments on commit 1fa1e00

Please sign in to comment.