diff options
-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"' |