aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2019-11-28 11:10:37 +0000
committerbloodstalker <thabogre@gmail.com>2019-11-28 11:10:37 +0000
commit24aeb06d01591ce52c2b0258fa08ba98536e43e6 (patch)
treef6c66f53c6fab5a516776440db68cfd62ca7e2c3 /appveyor.yml
parentfix (diff)
downloadcgrep-24aeb06d01591ce52c2b0258fa08ba98536e43e6.tar.gz
cgrep-24aeb06d01591ce52c2b0258fa08ba98536e43e6.zip
fix
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
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"'