diff options
author | bloodstalker <thabogre@gmail.com> | 2019-11-28 22:04:57 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2019-11-28 22:04:57 +0000 |
commit | f1e2da14375cc2d735a11f10c581439839e89fb2 (patch) | |
tree | 708504a64ae41c2895a1112f41bacc15d1d83f92 /appveyor.yml | |
parent | appveyor windows build fix[travis skip] (diff) | |
download | cgrep-f1e2da14375cc2d735a11f10c581439839e89fb2.tar.gz cgrep-f1e2da14375cc2d735a11f10c581439839e89fb2.zip |
appveyor windows build fix[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 e0c10f5..2a7fa98 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' + - '%CYG_ROOT%\%CYG_SETUP% -qI -R "%CYG_ROOT%" -s "%CYG_MIRROR%" -P make,libclang-devel,libllvm-devel,clang,libiconv-devel' - '%CYG_ROOT%\bin\cygcheck -dc cygwin' - 'cd %APPVEYOR_BUILD_FOLDER%' - 'git submodule init' |