aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2019-11-28 11:06:25 +0000
committerbloodstalker <thabogre@gmail.com>2019-11-28 11:06:25 +0000
commitc87911863492eaba79058122fd2145419fd345d2 (patch)
tree4cc8799ee6805608ddec9c201aecf764e46d0e0b /appveyor.yml
parentfix (diff)
downloadcgrep-c87911863492eaba79058122fd2145419fd345d2.tar.gz
cgrep-c87911863492eaba79058122fd2145419fd345d2.zip
fix
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 2f1f3cd..e81b5ab 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -16,8 +16,9 @@ install:
- 'git submodule update'
- 'clang++ --version'
#- 'llvm-config --cppflags'
- - '%CYG_ROOT%\bin\bash -lc "llvm-config --cppflags"'
- '%CYG_ROOT%\bin\bash -lc "whereis clang++"'
+ - '%CYG_ROOT%\bin\bash -lc "which clang++"'
+ - '%CYG_ROOT%\bin\bash -lc "llvm-config --cppflags"'
build_script:
- '%CYG_ROOT%\bin\bash -lc "make -C $APPVEYOR_BUILD_FOLDER"'