UEFITool/.appveyor.yml

28 lines
512 B
YAML
Raw Permalink Normal View History

2018-05-07 19:48:34 -04:00
image: Visual Studio 2015
environment:
matrix:
- MSYS2_ARCH: i686
MSYSTEM: MINGW32
clone_depth: 10
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-08 12:51:12 -04:00
force_update: true
2018-05-07 19:48:34 -04:00
auth_token:
secure: zSJnpSnrKY1NO5RPVBaD/uq7UPyc+GW7ecjPFqEMsLjtnd6H+iNfROdoeuxJgt5T
2018-05-08 13:21:42 -04:00
artifact: Binaries
prerelease: true
2018-05-07 19:48:34 -04:00
on:
appveyor_repo_tag: true
2018-05-08 13:21:42 -04:00
artifacts:
- path: dist\**\*.zip
name: Binaries