Skip to content

Commit

Permalink
Temporarily remove MSVC from AppVeyor matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
dra27 committed Dec 23, 2021
1 parent dc4b695 commit fd69421
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,15 @@ environment:
matrix:
- PORT: mingw32
BOOTSTRAP_FLEXDLL: true
- PORT: msvc64
BOOTSTRAP_FLEXDLL: false
BUILD_MODE: steps
- PORT: msvc32
BOOTSTRAP_FLEXDLL: false
BUILD_MODE: C
SDK: |-
"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x86
# OCaml 5.00 does not yet support MSVC
# - PORT: msvc64
# BOOTSTRAP_FLEXDLL: false
# BUILD_MODE: steps
# - PORT: msvc32
# BOOTSTRAP_FLEXDLL: false
# BUILD_MODE: C
# SDK: |-
# "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x86

matrix:
fast_finish: true
Expand Down

0 comments on commit fd69421

Please sign in to comment.