1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-03 05:21:21 +00:00

Delete appveyor.yml

This commit is contained in:
flukiluke 2020-01-15 07:08:04 +10:00 committed by GitHub
parent 33bad90ecb
commit 5ab9249a6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,17 +0,0 @@
version: 1.2.{build}
image: Visual Studio 2017
clone_depth: 1
environment:
sshkey:
secure: BiD9D+ye4Q+R8yBsThsfG0K+SFL5gRx6gNfxxSTR8ge3lp98cwZ3y7T3bq7tmgE7
platform:
- x86
- x64
build_script:
- cmd: .travis\appveyor.bat
install:
- nuget install secure-file -ExcludeVersion
- 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