diff options
author | Farzad Sadeghi <thabogre@gmail.com> | 2020-10-28 15:40:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-28 15:40:22 +0000 |
commit | e45a756cc6bb6920cce208799c4c662b36aa9284 (patch) | |
tree | 9ac3215e28078db96e691d3b1121ebd383d23617 /appveyor.yml | |
parent | fixing travis (diff) | |
parent | Remove all mentions of Boost (diff) | |
download | cgrep-e45a756cc6bb6920cce208799c4c662b36aa9284.tar.gz cgrep-e45a756cc6bb6920cce208799c4c662b36aa9284.zip |
Merge pull request #15 from schra/fix/remove-all-mentions-of-boost
Remove all mentions of Boost
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 4f3a31c..2a7fa98 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%" -s "%CYG_MIRROR%" -P make,libclang-devel,libllvm-devel,clang,libiconv-devel,libboost-devel,libboost_system,libboost_filesystem' + - '%CYG_ROOT%\%CYG_SETUP% -qI -R "%CYG_ROOT%" -s "%CYG_MIRROR%" -P make,libclang-devel,libllvm-devel,clang,libiconv-devel' - '%CYG_ROOT%\bin\cygcheck -dc cygwin' - 'cd %APPVEYOR_BUILD_FOLDER%' - 'git submodule init' |