mirror of
https://github.com/vale981/arb
synced 2025-03-04 17:01:40 -05:00
Add mingw tests back in
This commit is contained in:
parent
caf9bb7825
commit
74d993498f
1 changed files with 4 additions and 0 deletions
|
@ -20,8 +20,12 @@ environment:
|
|||
CONDA_INSTALL_LOCN_64: "C:\\Miniconda36-x64"
|
||||
VCVARSALL: "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Community\\VC\\Auxiliary\\Build\\vcvarsall.bat"
|
||||
matrix:
|
||||
- COMPILER: gcc
|
||||
ARCH: 64
|
||||
- COMPILER: cl
|
||||
ARCH: 64
|
||||
- COMPILER: gcc
|
||||
ARCH: 32
|
||||
- COMPILER: cl
|
||||
ARCH: 32
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue