UEFITool/.appveyor.yml

38 lines
1.1 KiB
YAML
Raw Normal View History

2018-05-08 07:48:34 +08:00
image: Visual Studio 2015
environment:
matrix:
- MSYS2_ARCH: i686
MSYSTEM: MINGW32
clone_depth: 10
2020-11-04 22:06:32 +08:00
install:
2020-11-04 22:52:09 +08:00
- set "PATH=C:\msys64\usr\bin;C:\msys64\mingw32\bin;C:\Windows\System32;C:\Windows;%PATH%"
2020-11-04 22:06:32 +08:00
- bash -lc "curl -O http://repo.msys2.org/msys/x86_64/msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz"
- bash -lc "curl -O http://repo.msys2.org/msys/x86_64/msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz.sig"
- bash -lc "pacman-key --verify msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz.sig"
- bash -lc "pacman -U --noconfirm msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz"
- bash -lc "pacman -Syu --noconfirm"
- taskkill /f /fi "MODULES eq msys-2.0.dll"
- bash -lc "pacman -Syu --noconfirm"
2018-05-08 07:48:34 +08:00
build_script:
- cd %APPVEYOR_BUILD_FOLDER%
- set PATH=C:\msys64\mingw32\bin;C:\msys64\usr\bin;%PATH%
- bash ./unixbuild.sh
deploy:
provider: GitHub
2018-05-09 00:51:12 +08:00
force_update: true
2018-05-08 07:48:34 +08:00
auth_token:
secure: zSJnpSnrKY1NO5RPVBaD/uq7UPyc+GW7ecjPFqEMsLjtnd6H+iNfROdoeuxJgt5T
2018-05-09 01:21:42 +08:00
artifact: Binaries
prerelease: true
2018-05-08 07:48:34 +08:00
on:
appveyor_repo_tag: true
2018-05-09 01:21:42 +08:00
artifacts:
- path: dist\**\*.zip
name: Binaries