aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2019-11-28 07:22:02 +0000
committerbloodstalker <thabogre@gmail.com>2019-11-28 07:22:02 +0000
commit4943ffe4a28b17dddb0c1037c402ae0c15cf7d45 (patch)
tree5cf8826fcfc153c5060a00cbeb80779e2d40751a /appveyor.yml
parentfix (diff)
downloadcgrep-4943ffe4a28b17dddb0c1037c402ae0c15cf7d45.tar.gz
cgrep-4943ffe4a28b17dddb0c1037c402ae0c15cf7d45.zip
fix
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index fac7d94..4622686 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -13,5 +13,4 @@ install:
- '%CYG_ROOT%\bin\cygcheck -dc cygwin'
build_script:
- #- '%CYG_ROOT%\bin\bash make -C %APPVEYOR_BUILD_FORLDER%'
- - 'make -C %APPVEYOR_BUILD_FORLDER%'
+ - '%CYG_ROOT%\bin\bash -lc "make -C $APPVEYOR_BUILD_FOLDER"'