diff options
author | bloodstalker <thabogre@gmail.com> | 2019-11-28 11:06:25 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2019-11-28 11:06:25 +0000 |
commit | c87911863492eaba79058122fd2145419fd345d2 (patch) | |
tree | 4cc8799ee6805608ddec9c201aecf764e46d0e0b | |
parent | fix (diff) | |
download | cgrep-c87911863492eaba79058122fd2145419fd345d2.tar.gz cgrep-c87911863492eaba79058122fd2145419fd345d2.zip |
fix
-rw-r--r-- | appveyor.yml | 3 |
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"' |