[appveyor] set branch

This commit is contained in:
xoviat 2017-10-31 16:41:19 -05:00 committed by GitHub
parent b51ef0c7a2
commit 8eefc4fc5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ before_build:
- echo Running cmake...
- cd c:\projects\OpenBLAS
- set CLCACHE_CL=%COMPILER%
- pip install -q git+https://github.com/frerich/clcache.git
- pip install -q git+https://github.com/xoviat/clcache.git@patch-1
- 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 .