代码拉取完成,页面将自动刷新
# Build version
version: "{build}"
# only build tags
skip_non_tags: true
# 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:
# install the whole toolchain from online sources
- call toolchain\scripts\install-all-components.bat
# fetch the Windows Installer XML Toolset binaries
- call installer\wix-binaries\install-wix-binaries.bat
build_script:
# extract version number from git tag
- git describe --tags > version
- set /p version= < version
- del version
- set version=%version:~1%
- echo Building Windows Toolchain Installer %version%
# generate the toolchain installer MSI file using WiX
- call installer\wix-project\generate-msi.bat %version%
artifacts:
- path: installer\wix-project\build\PX4 Windows Cygwin Toolchain*.msi
name: Installer
deploy:
- provider: GitHub
auth_token:
secure: Za5Kwd1s8umbE1ipD2voQR031N/2VfJQPjr3qF2pFqteJjkLGr6ie4iNANBi6O8z
artifact: Installer
tag: $(APPVEYOR_REPO_TAG_NAME)
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。