diff options
| author | bloodstalker <thabogre@gmail.com> | 2019-11-28 07:02:03 +0000 | 
|---|---|---|
| committer | bloodstalker <thabogre@gmail.com> | 2019-11-28 07:02:03 +0000 | 
| commit | b6113a45095fc7ea0b72c9c6926905a8379673ca (patch) | |
| tree | d981c559f4b37cd9dde4f4d3188f40e696f2d003 | |
| parent | fix (diff) | |
| download | cgrep-b6113a45095fc7ea0b72c9c6926905a8379673ca.tar.gz cgrep-b6113a45095fc7ea0b72c9c6926905a8379673ca.zip | |
fix
| -rw-r--r-- | appveyor.yml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/appveyor.yml b/appveyor.yml index 390a9ed..bd28c1c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -11,5 +11,5 @@ 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%\bin\cygcheck -dc cygwin' -build-script: +build_script:    - '%CYG_ROOT%\bin\bash make -C %APPVEYOR_BUILD_FORLDER%' | 
