diff options
author | bloodstalker <thabogre@gmail.com> | 2019-11-28 11:10:37 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2019-11-28 11:10:37 +0000 |
commit | 24aeb06d01591ce52c2b0258fa08ba98536e43e6 (patch) | |
tree | f6c66f53c6fab5a516776440db68cfd62ca7e2c3 | |
parent | fix (diff) | |
download | cgrep-24aeb06d01591ce52c2b0258fa08ba98536e43e6.tar.gz cgrep-24aeb06d01591ce52c2b0258fa08ba98536e43e6.zip |
fix
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 215ed93..b57b6a4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -19,7 +19,7 @@ install: - '%CYG_ROOT%\bin\bash -lc "whereis clang++"' - '%CYG_ROOT%\bin\bash -lc "which clang++"' - '%CYG_ROOT%\bin\bash -lc "cygcheck -f $(which clang++)"' - - '%CYG_ROOT%\bin\bash -lc "llvm-config --cppflags"' + #- '%CYG_ROOT%\bin\bash -lc "llvm-config --cppflags"' build_script: - '%CYG_ROOT%\bin\bash -lc "make -C $APPVEYOR_BUILD_FOLDER"' |