[appveyor] use -q
This commit is contained in:
parent
9e81791bc5
commit
b51ef0c7a2
|
@ -43,7 +43,7 @@ before_build:
|
|||
- echo Running cmake...
|
||||
- cd c:\projects\OpenBLAS
|
||||
- set CLCACHE_CL=%COMPILER%
|
||||
- ps: pip install git+https://github.com/frerich/clcache.git; $LastExitCode=0
|
||||
- pip install -q git+https://github.com/frerich/clcache.git
|
||||
- if [%COMPILER%]==[cl] cmake -G "Visual Studio 12 Win64" -DCMAKE_CXX_COMPILER=clcache -DCMAKE_C_COMPILER=clcache .
|
||||
- if [%COMPILER%]==[clang-cl] cmake -G "Ninja" -DCMAKE_CXX_COMPILER=clcache -DCMAKE_C_COMPILER=clcache .
|
||||
- if [%DYNAMIC_ARCH%]==[ON] cmake -DDYNAMIC_ARCH=ON .
|
||||
|
|
Loading…
Reference in New Issue