diff options
author | bloodstalker <thabogre@gmail.com> | 2019-11-28 07:17:44 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2019-11-28 07:17:44 +0000 |
commit | e79983a14d271400575b2b6433ecc41629a7d963 (patch) | |
tree | 2db7a80890c7e8a9e2e4fd2feb801c9945fca7df /appveyor.yml | |
parent | fix (diff) | |
download | cgrep-e79983a14d271400575b2b6433ecc41629a7d963.tar.gz cgrep-e79983a14d271400575b2b6433ecc41629a7d963.zip |
fix
Diffstat (limited to '')
-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%' |