mirror of
https://github.com/vale981/arb
synced 2025-03-04 17:01:40 -05:00
update conda location in appveyor
This commit is contained in:
parent
0a7c01edf3
commit
3e6b8b5695
1 changed files with 4 additions and 4 deletions
|
@ -16,14 +16,14 @@ skip_commits:
|
|||
|
||||
environment:
|
||||
global:
|
||||
CONDA_INSTALL_LOCN_32: "C:\\Miniconda36"
|
||||
CONDA_INSTALL_LOCN_64: "C:\\Miniconda36-x64"
|
||||
CONDA_INSTALL_LOCN_32: "C:\\Miniconda37"
|
||||
CONDA_INSTALL_LOCN_64: "C:\\Miniconda37-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: 64
|
||||
- COMPILER: gcc
|
||||
ARCH: 32
|
||||
# - COMPILER: cl
|
||||
|
|
Loading…
Add table
Reference in a new issue