mirror of
https://github.com/vale981/arb
synced 2025-03-05 17:31:38 -05:00
re-enable 32-bit cl on appveyor
This commit is contained in:
parent
1a8b6d5412
commit
f6d1112d25
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@ environment:
|
||||||
ARCH: 64
|
ARCH: 64
|
||||||
- COMPILER: gcc
|
- COMPILER: gcc
|
||||||
ARCH: 32
|
ARCH: 32
|
||||||
# - COMPILER: cl
|
- COMPILER: cl
|
||||||
# ARCH: 32
|
ARCH: 32
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- if [%COMPILER%]==[gcc] set "PATH=C:\msys64\mingw%ARCH%\bin;%PATH%"
|
- if [%COMPILER%]==[gcc] set "PATH=C:\msys64\mingw%ARCH%\bin;%PATH%"
|
||||||
|
|
Loading…
Add table
Reference in a new issue