diff options
| author | bloodstalker <thabogre@gmail.com> | 2019-11-28 21:51:47 +0000 | 
|---|---|---|
| committer | bloodstalker <thabogre@gmail.com> | 2019-11-28 21:51:47 +0000 | 
| commit | 51e3f95258a0fd7b35d910c0a3a282e67ba6002a (patch) | |
| tree | 37bf75b8678939180cd13f778f7535cd69f05870 | |
| parent | fix (diff) | |
| download | cgrep-51e3f95258a0fd7b35d910c0a3a282e67ba6002a.tar.gz cgrep-51e3f95258a0fd7b35d910c0a3a282e67ba6002a.zip | |
appveyor windows build fix[travis skip]
| -rw-r--r-- | appveyor.yml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/appveyor.yml b/appveyor.yml index 132e3bb..543c563 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,7 +9,7 @@ environment:  install:    #- '%CYG_ROOT%\%CYG_SETUP% -gnqINDo -R "%CYG_ROOT%" -s "%CYG_MIRROR%" -l "%CYG_CACHE%" -P make,libclang-devel,libllvm-devel,clang > NULL 2>&1' -  - '%CYG_ROOT%\%CYG_SETUP% -qI -R "%CYG_ROOT%"\bin -s "%CYG_MIRROR%" -P make,libclang-devel,libllvm-devel,clang' +  - '%CYG_ROOT%\%CYG_SETUP% -qI -R "%CYG_ROOT%" -s "%CYG_MIRROR%" -P make,libclang-devel,libllvm-devel,clang'    - '%CYG_ROOT%\bin\cygcheck -dc cygwin'    - 'cd %APPVEYOR_BUILD_FOLDER%'    - 'git submodule init' | 
