mirror of https://github.com/ArduPilot/ardupilot
CI: Simplified Appveyor CI script
This commit is contained in:
parent
8ff9923e07
commit
ed2817e21d
13
appveyor.yml
13
appveyor.yml
|
@ -5,14 +5,15 @@ clone_folder: C:\work\
|
||||||
init:
|
init:
|
||||||
- cmd: git config --global core.autocrlf false
|
- cmd: git config --global core.autocrlf false
|
||||||
environment:
|
environment:
|
||||||
CYG_ROOT: C:\cygwin64
|
matrix:
|
||||||
CYG_SETUP: setup-x86_64.exe
|
- TARGET: cygwin64-gcc
|
||||||
|
BUILD_ENVIRONMENT: cygwin64
|
||||||
|
CYG_ROOT: C:\cygwin64
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- cmd: >-
|
- cmd: >-
|
||||||
|
|
||||||
curl -o setup-cygwin.exe https://www.cygwin.com/%CYG_SETUP%
|
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,python,python-setuptools,cygwin32-gcc-g++ )
|
||||||
|
|
||||||
setup-cygwin.exe --quiet-mode --no-shortcuts --only-site -R "%CYG_ROOT%" -P gcc-g++,git,procps,libexpat,python,python-setuptools,cygwin32-gcc-g++
|
|
||||||
|
|
||||||
dir %CYG_ROOT%
|
dir %CYG_ROOT%
|
||||||
dir %CYG_ROOT%\bin
|
dir %CYG_ROOT%\bin
|
||||||
|
@ -25,8 +26,6 @@ build_script:
|
||||||
|
|
||||||
mkdir c:\work\sitl
|
mkdir c:\work\sitl
|
||||||
|
|
||||||
cd c:\work
|
|
||||||
|
|
||||||
%CYG_ROOT%\bin\sh.exe /cygdrive/c/work/Tools/scripts/build_appveyor.sh
|
%CYG_ROOT%\bin\sh.exe /cygdrive/c/work/Tools/scripts/build_appveyor.sh
|
||||||
|
|
||||||
cd c:\work\sitl
|
cd c:\work\sitl
|
||||||
|
|
Loading…
Reference in New Issue