diff options
author | bloodstalker <thabogre@gmail.com> | 2019-11-28 21:20:21 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2019-11-28 21:20:21 +0000 |
commit | 31698b5cdb0589c047452ff9e19baaffb777df97 (patch) | |
tree | 39e1cc573c979ac79cb18fe5ae85e1cc9ddeb969 /appveyor.yml | |
parent | fix (diff) | |
download | cgrep-31698b5cdb0589c047452ff9e19baaffb777df97.tar.gz cgrep-31698b5cdb0589c047452ff9e19baaffb777df97.zip |
fix
Diffstat (limited to '')
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 5056223..264dcc5 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% -gnqINDo -R "%CYG_ROOT%" -s "%CYG_MIRROR%" -l "%CYG_CACHE%" -P make,libclang-devel,libllvm-devel,clang' + - '%CYG_ROOT%\%CYG_SETUP% -gnqINDo -R "%CYG_ROOT%" -s "%CYG_MIRROR%" -l "%CYG_CACHE%" -P make,libclang-devel,libllvm-devel,clang' - '%CYG_ROOT%\bin\cygcheck -dc cygwin' - 'cd %APPVEYOR_BUILD_FOLDER%' - 'git submodule init' |