1 Star 0 Fork 0

阿拉/ardupilot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
appveyor.yml 828 Bytes
一键复制 编辑 原始数据 按行查看 历史
Andrew Tridgell 提交于 2019-07-03 11:05 . CI: fixed appveyor python install
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:
matrix:
- TARGET: cygwin64-gcc
BUILD_ENVIRONMENT: cygwin64
CYG_ROOT: C:\cygwin64
install:
- cmd: >-
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++ )
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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ala9/ardupilot.git
git@gitee.com:ala9/ardupilot.git
ala9
ardupilot
ardupilot
master

搜索帮助