aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2019-11-28 21:58:02 +0000
committerbloodstalker <thabogre@gmail.com>2019-11-28 21:58:02 +0000
commit61dc44c2444515de22587359edc0bf38fafdd79b (patch)
tree27bbd951cac3bbf5807428932dd7ef6c7a29217a
parentappveyor windows build fix[travis skip] (diff)
downloadcgrep-61dc44c2444515de22587359edc0bf38fafdd79b.tar.gz
cgrep-61dc44c2444515de22587359edc0bf38fafdd79b.zip
appveyor windows build fix[travis skip]
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 543c563..e0c10f5 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'
+ - '%CYG_ROOT%\%CYG_SETUP% -qI -R "%CYG_ROOT%" -s "%CYG_MIRROR%" -P make,libclang-devel,libllvm-devel,clang,libiconv'
- '%CYG_ROOT%\bin\cygcheck -dc cygwin'
- 'cd %APPVEYOR_BUILD_FOLDER%'
- 'git submodule init'