diff options
author | bloodstalker <thabogre@gmail.com> | 2020-01-10 10:05:55 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2020-01-10 10:05:55 +0000 |
commit | 6468a599dc3e900f128c09e5d6efdb0135613bd7 (patch) | |
tree | 5c7aa8769ac0dbd8b5415fdff8c883aaefa86bb0 /appveyor.yml | |
parent | Merge pull request #8 from schra/fix/readme (diff) | |
download | cgrep-6468a599dc3e900f128c09e5d6efdb0135613bd7.tar.gz cgrep-6468a599dc3e900f128c09e5d6efdb0135613bd7.zip |
fixed the declaration prints. fixed the coloring of matches for non-declarations.
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 2a7fa98..39e7b8c 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' + - '%CYG_ROOT%\%CYG_SETUP% -qI -R "%CYG_ROOT%" -s "%CYG_MIRROR%" -P make,libclang-devel,libllvm-devel,clang,libiconv-devel,libboost_system,libboost_filesystem' - '%CYG_ROOT%\bin\cygcheck -dc cygwin' - 'cd %APPVEYOR_BUILD_FOLDER%' - 'git submodule init' |