aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2019-11-28 07:38:30 +0000
committerbloodstalker <thabogre@gmail.com>2019-11-28 07:38:30 +0000
commitcf8115b6328bdb10188579eec9e6e7963934ce63 (patch)
tree905325107465293e7f77320c420dd3fcc2d14e85
parentfix (diff)
downloadcgrep-cf8115b6328bdb10188579eec9e6e7963934ce63.tar.gz
cgrep-cf8115b6328bdb10188579eec9e6e7963934ce63.zip
fix
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index eb6e739..367287d 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -9,7 +9,7 @@ environment:
install:
#- '%CYG_ROOT%\%CYG_SETUP% -gnqINDo -R "%CYG_ROOT%" -s "%CYG_MIRROR%" -l "%CYG_CACHE%" -P make,libclang-devel,libllvm-devel,clang > NULL 2>&1'
- - '%CYG_ROOT%\%CYG_SETUP% -gnqINDo -R "%CYG_ROOT%" -s "%CYG_MIRROR%" -l "%CYG_CACHE%" -P make,libclang-devel,libllvm-devel,clang,llvm'
+ - '%CYG_ROOT%\%CYG_SETUP% -gnqINDo -R "%CYG_ROOT%" -s "%CYG_MIRROR%" -l "%CYG_CACHE%" -P make,libclang-devel,libllvm-devel,clang,llvm,libllvm'
- '%CYG_ROOT%\bin\cygcheck -dc cygwin'
- 'cd %APPVEYOR_BUILD_FOLDER%'
- 'git submodule init'