1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-03 15:51:20 +00:00
QB64-PE/appveyor.yml

18 lines
476 B
YAML
Raw Normal View History

2018-01-12 10:02:53 +00:00
version: 1.2.{build}
image: Visual Studio 2017
clone_depth: 1
environment:
sshkey:
secure: BiD9D+ye4Q+R8yBsThsfG0K+SFL5gRx6gNfxxSTR8ge3lp98cwZ3y7T3bq7tmgE7
platform:
- x86
- x64
2018-01-12 10:02:53 +00:00
build_script:
- cmd: .travis\appveyor.bat
install:
- nuget install secure-file -ExcludeVersion
2019-01-04 12:52:41 +00:00
- cmd: secure-file\tools\secure-file -decrypt .travis\appveyor-qb64.org_rsa.enc -secret %sshkey% -out %userprofile%\.ssh\id_rsa
deploy_script:
- ps: .travis\appveyor-deploy.ps1
test: off