Browse Source

Try adding RC to path

tags/v0.3.0
Isuru Fernando 8 years ago
parent
commit
7345795e64
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      appveyor.yml

+ 1
- 0
appveyor.yml View File

@@ -40,6 +40,7 @@ install:
- if [%COMPILER%]==[clang-cl] conda config --add channels conda-forge --force
- if [%COMPILER%]==[clang-cl] conda install --yes clangdev ninja cmake
- if [%COMPILER%]==[clang-cl] "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64
- if [%COMPILER%]==[clang-cl] set "PATH=%PATH%;C:\Program Files (x86)\Windows Kits\10\bin\x64"

before_build:
- echo Running cmake...


Loading…
Cancel
Save