diff options
author | bloodstalker <thabogre@gmail.com> | 2019-11-28 07:22:02 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2019-11-28 07:22:02 +0000 |
commit | 4943ffe4a28b17dddb0c1037c402ae0c15cf7d45 (patch) | |
tree | 5cf8826fcfc153c5060a00cbeb80779e2d40751a | |
parent | fix (diff) | |
download | cgrep-4943ffe4a28b17dddb0c1037c402ae0c15cf7d45.tar.gz cgrep-4943ffe4a28b17dddb0c1037c402ae0c15cf7d45.zip |
fix
-rw-r--r-- | appveyor.yml | 3 |
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"' |