From 4e9dae32ebc29d4bda6351a6a15c581c7f8da4e0 Mon Sep 17 00:00:00 2001 From: xoviat Date: Tue, 31 Oct 2017 17:14:16 -0500 Subject: [PATCH] [appveyor] set branch --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index fe521ee5f..0ddb57598 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -40,7 +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] call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64 - - pip install -q git+https://github.com/xoviat/clcache.git@findCompiler + - pip install -q git+https://github.com/xoviat/clcache.git@assembly before_build: - echo Running cmake...