diff options
author | bloodstalker <thabogre@gmail.com> | 2019-11-28 11:03:44 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2019-11-28 11:03:44 +0000 |
commit | cb273850f8e50d2daa8c453c1232df1bffbd35f8 (patch) | |
tree | da62063d26a04243b5f8fe0d2c3df0cb6d0b90d4 /appveyor.yml | |
parent | fix (diff) | |
download | cgrep-cb273850f8e50d2daa8c453c1232df1bffbd35f8.tar.gz cgrep-cb273850f8e50d2daa8c453c1232df1bffbd35f8.zip |
fix
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index 7f89efa..c51e064 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,6 +17,7 @@ install: - 'clang++ --version' - 'llvm-config --cppflags' - '%CYG_ROOT%\bin\bash -lc "llvm-config --cppflags"' + - '%CYG_ROOT%\bin\bash -lc "whereis clang++"' build_script: - '%CYG_ROOT%\bin\bash -lc "make -C $APPVEYOR_BUILD_FOLDER"' |