diff options
| author | bloodstalker <thabogre@gmail.com> | 2019-11-28 11:08:32 +0000 | 
|---|---|---|
| committer | bloodstalker <thabogre@gmail.com> | 2019-11-28 11:08:32 +0000 | 
| commit | a387236752414bf67377a6705bd384983a2b6ef6 (patch) | |
| tree | 8aeca1a6535b6900d8b313df7a66be7fe024d792 | |
| parent | fix (diff) | |
| download | cgrep-a387236752414bf67377a6705bd384983a2b6ef6.tar.gz cgrep-a387236752414bf67377a6705bd384983a2b6ef6.zip | |
fix
| -rw-r--r-- | appveyor.yml | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/appveyor.yml b/appveyor.yml index e81b5ab..215ed93 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -18,6 +18,7 @@ install:    #- 'llvm-config --cppflags'    - '%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"'  build_script: | 
