mirror of
https://github.com/LongSoft/UEFITool.git
synced 2024-11-22 07:58:22 +08:00
22 lines
424 B
YAML
22 lines
424 B
YAML
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
|
|
auth_token:
|
|
secure: zSJnpSnrKY1NO5RPVBaD/uq7UPyc+GW7ecjPFqEMsLjtnd6H+iNfROdoeuxJgt5T
|
|
artifact: /dist\\.*\.zip/
|
|
on:
|
|
appveyor_repo_tag: true
|