2018-12-25 18:24:22 -04:00
|
|
|
version: 1.0.{build}
|
|
|
|
image: Visual Studio 2017 Preview
|
|
|
|
clone_depth: 1
|
|
|
|
clone_folder: C:\work\
|
|
|
|
init:
|
|
|
|
- cmd: git config --global core.autocrlf false
|
|
|
|
environment:
|
2019-01-06 02:05:52 -04:00
|
|
|
matrix:
|
|
|
|
- TARGET: cygwin64-gcc
|
|
|
|
BUILD_ENVIRONMENT: cygwin64
|
|
|
|
CYG_ROOT: C:\cygwin64
|
|
|
|
|
2018-12-25 18:24:22 -04:00
|
|
|
install:
|
|
|
|
- cmd: >-
|
|
|
|
|
2019-07-02 22:05:55 -03:00
|
|
|
C:\cygwin64\setup-x86_64.exe -qgnNdO -l C:\cygwin64\var\cache\setup -R c:\cygwin64 -s http://cygwin.mirror.constant.com -P gcc-g++,git,procps,libexpat,python2,python-setuptools,python-future,cygwin32-gcc-g++ )
|
2018-12-25 18:24:22 -04:00
|
|
|
|
|
|
|
dir %CYG_ROOT%
|
|
|
|
dir %CYG_ROOT%\bin
|
|
|
|
|
|
|
|
build_script:
|
|
|
|
- cmd: >-
|
|
|
|
cd C:\work
|
|
|
|
|
|
|
|
mkdir c:\work\sitl
|
|
|
|
|
|
|
|
%CYG_ROOT%\bin\sh.exe /cygdrive/c/work/Tools/scripts/build_appveyor.sh
|
|
|
|
|
|
|
|
cd c:\work\sitl
|
|
|
|
|
|
|
|
7z a C:\work\sitl.zip *
|
|
|
|
test: off
|
|
|
|
artifacts:
|
|
|
|
- path: sitl.zip
|
|
|
|
name: sitl
|