diff options
-rw-r--r-- | appveyor.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index dbf205c..fac7d94 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -13,4 +13,5 @@ install: - '%CYG_ROOT%\bin\cygcheck -dc cygwin' build_script: - - '%CYG_ROOT%\bin\bash make -C %APPVEYOR_BUILD_FORLDER%' + #- '%CYG_ROOT%\bin\bash make -C %APPVEYOR_BUILD_FORLDER%' + - 'make -C %APPVEYOR_BUILD_FORLDER%' |