diff options
author | bloodstalker <thabogre@gmail.com> | 2020-01-10 10:42:46 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2020-01-10 10:42:46 +0000 |
commit | ed5c66c53efd471a7c4a1bb8571c54dd1f397978 (patch) | |
tree | a175a95d10f1cf6d5d44e9c776ac2498c3286226 | |
parent | fixed the declaration prints. fixed the coloring of matches for non-declarati... (diff) | |
download | cgrep-ed5c66c53efd471a7c4a1bb8571c54dd1f397978.tar.gz cgrep-ed5c66c53efd471a7c4a1bb8571c54dd1f397978.zip |
fix appveyor build [travis skip]
Diffstat (limited to '')
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 39e7b8c..4f3a31c 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% -qI -R "%CYG_ROOT%" -s "%CYG_MIRROR%" -P make,libclang-devel,libllvm-devel,clang,libiconv-devel,libboost_system,libboost_filesystem' + - '%CYG_ROOT%\%CYG_SETUP% -qI -R "%CYG_ROOT%" -s "%CYG_MIRROR%" -P make,libclang-devel,libllvm-devel,clang,libiconv-devel,libboost-devel,libboost_system,libboost_filesystem' - '%CYG_ROOT%\bin\cygcheck -dc cygwin' - 'cd %APPVEYOR_BUILD_FOLDER%' - 'git submodule init' |