mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
Cygwin: add appveyor sitl build
This commit is contained in:
committed by
Lorenz Meier
parent
382f989c9d
commit
3b1dcc8185
21
appveyor.yml
Normal file
21
appveyor.yml
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
# 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
|
||||||
Reference in New Issue
Block a user