diff options
| author | bloodstalker <thabogre@gmail.com> | 2019-11-28 06:50:56 +0000 | 
|---|---|---|
| committer | bloodstalker <thabogre@gmail.com> | 2019-11-28 06:50:56 +0000 | 
| commit | 34066a1127930520a8c58fcc54824d2f9ece0b63 (patch) | |
| tree | 46f08ce619668b824980e1e917f22cf8fe230d05 | |
| parent | added coverity (diff) | |
| download | cgrep-34066a1127930520a8c58fcc54824d2f9ece0b63.tar.gz cgrep-34066a1127930520a8c58fcc54824d2f9ece0b63.zip | |
windows cygwin build
| -rw-r--r-- | appveyor.yml | 15 | 
1 files changed, 15 insertions, 0 deletions
| diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 0000000..78d5c2b --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,15 @@ + +environment: +  global: +    CYG_MIRROR: http://mirrors.kernel.org +    CYG_ROOT: C:\cygwin64 +    CYG_SETUP: setup-x86_64.exe +    CYG_CACHE: '%CYG_ROOT%\var\cache\setup' +    CYG_BASH: '%CYG_ROOT%\bin\bash' + +install: +  - '%CYG_ROOT%\%CYG_SETUP% -gnqI  -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: +  - make | 
