diff options
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"' |