aboutsummaryrefslogblamecommitdiffstats
path: root/appveyor.yml
blob: 390a9ed9f8f8a4502e813937089266c4e69cb1a3 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                           
                                                                                                                                               


                                        
                                                          
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% -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:
  - '%CYG_ROOT%\bin\bash make -C %APPVEYOR_BUILD_FORLDER%'