Merge pull request #1538 from borglab/windows-ci

release/4.3a0
Varun Agrawal 2023-06-09 19:54:55 -04:00 committed by GitHub
commit adc4389220
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 11 deletions

View File

@ -21,24 +21,15 @@ jobs:
# Github Actions requires a single row to be added to the build matrix. # Github Actions requires a single row to be added to the build matrix.
# See https://help.github.com/en/articles/workflow-syntax-for-github-actions. # See https://help.github.com/en/articles/workflow-syntax-for-github-actions.
name: [ name: [
#TODO This build fails, need to understand why.
# windows-2016-cl,
windows-2019-cl, windows-2019-cl,
] ]
build_type: [ build_type: [
Debug, Debug,
#TODO(Varun) The release build takes over 2.5 hours, need to figure out why. Release
# Release
] ]
build_unstable: [ON] build_unstable: [ON]
include: include:
#TODO This build fails, need to understand why.
# - name: windows-2016-cl
# os: windows-2016
# compiler: cl
# platform: 32
- name: windows-2019-cl - name: windows-2019-cl
os: windows-2019 os: windows-2019
compiler: cl compiler: cl
@ -125,4 +116,3 @@ jobs:
# Run GTSAM_UNSTABLE tests # Run GTSAM_UNSTABLE tests
#cmake --build build -j 4 --config ${{ matrix.build_type }} --target check.base_unstable #cmake --build build -j 4 --config ${{ matrix.build_type }} --target check.base_unstable