Skip to content

Commit

Permalink
Merge pull request #1538 from borglab/windows-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
varunagrawal authored Jun 9, 2023
2 parents 107f541 + e56186c commit adc4389
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,24 +21,15 @@ jobs:
# 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.
name: [
#TODO This build fails, need to understand why.
# windows-2016-cl,
windows-2019-cl,
]

build_type: [
Debug,
#TODO(Varun) The release build takes over 2.5 hours, need to figure out why.
# Release
Release
]
build_unstable: [ON]
include:
#TODO This build fails, need to understand why.
# - name: windows-2016-cl
# os: windows-2016
# compiler: cl
# platform: 32

- name: windows-2019-cl
os: windows-2019
compiler: cl
Expand Down Expand Up @@ -125,4 +116,3 @@ jobs:
# Run GTSAM_UNSTABLE tests
#cmake --build build -j 4 --config ${{ matrix.build_type }} --target check.base_unstable

0 comments on commit adc4389

Please sign in to comment.