projects
/
platform
/
upstream
/
openblas.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a36e976
)
Try adding RC to path
author
Isuru Fernando
<isuruf@gmail.com>
Sat, 29 Jul 2017 16:46:53 +0000
(22:16 +0530)
committer
Isuru Fernando
<isuruf@gmail.com>
Sat, 29 Jul 2017 16:46:53 +0000
(22:16 +0530)
appveyor.yml
patch
|
blob
|
history
diff --git
a/appveyor.yml
b/appveyor.yml
index
d8b9a04
..
1aa8e39
100644
(file)
--- a/
appveyor.yml
+++ b/
appveyor.yml
@@
-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...