Skip to content
Snippets Groups Projects
Commit 3b1dcc81 authored by Matthias Grob's avatar Matthias Grob Committed by Lorenz Meier
Browse files

Cygwin: add appveyor sitl build

parent 382f989c
No related branches found
No related tags found
No related merge requests found
# Build version
version: "{build}"
# Build worker image (build VM template)
image: Visual Studio 2017
# build platform, i.e. Win32 (instead of x86), x64, Any CPU. This setting is optional.
platform:
- x64
# scripts that are called at very beginning, before repo cloning
init:
- ver
install:
- cd C:\
- git clone https://github.com/MaEtUgR/PX4Toolchain.git PX4
- call PX4\toolchain\install-all-components.bat
build_script:
- call C:\PX4\toolchain\clone-px4-build-sitl.bat
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment