aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2019-11-28 07:00:55 +0000
committerbloodstalker <thabogre@gmail.com>2019-11-28 07:00:55 +0000
commit6e5b97169d3bf6f52c7fcb7b0a1a40d3d7caa35f (patch)
tree75601df6dc439d62825a662f0b491fdcb64e49a4 /appveyor.yml
parentwindows cygwin build (diff)
downloadcgrep-6e5b97169d3bf6f52c7fcb7b0a1a40d3d7caa35f.tar.gz
cgrep-6e5b97169d3bf6f52c7fcb7b0a1a40d3d7caa35f.zip
fix
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 78d5c2b..390a9ed 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -8,8 +8,8 @@ environment:
CYG_BASH: '%CYG_ROOT%\bin\bash'
install:
- - '%CYG_ROOT%\%CYG_SETUP% -gnqI -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 > NULL 2>&1'
- '%CYG_ROOT%\bin\cygcheck -dc cygwin'
build-script:
- - make
+ - '%CYG_ROOT%\bin\bash make -C %APPVEYOR_BUILD_FORLDER%'