Add new key for AppVeyor

This commit is contained in:
sharkdp 2018-08-31 20:23:21 +02:00 committed by David Peter
parent 35a1236ad0
commit 11294249f8

View File

@ -1,7 +1,7 @@
environment: environment:
global: global:
TARGET: x86_64-pc-windows-msvc TARGET: x86_64-pc-windows-msvc
RUST_VERSION: stable RUST_VERSION: stable
CRATE_NAME: bat CRATE_NAME: bat
CARGO_HOME: "c:\\cargo" CARGO_HOME: "c:\\cargo"
RUSTUP_HOME: "c:\\rustup" RUSTUP_HOME: "c:\\rustup"
@ -12,7 +12,7 @@ install:
- set PATH=%PATH%;C:\cargo\bin - set PATH=%PATH%;C:\cargo\bin
- rustc -Vv - rustc -Vv
- cargo -V - cargo -V
build: false build: false
test_script: test_script:
- cargo test --target %TARGET% --verbose - cargo test --target %TARGET% --verbose
@ -31,13 +31,13 @@ deploy:
# `public_repo` scope enabled # `public_repo` scope enabled
# - Then go to 'https://ci.appveyor.com/tools/encrypt' and enter the newly generated token. # - Then go to 'https://ci.appveyor.com/tools/encrypt' and enter the newly generated token.
# - Enter the "encrypted value" below # - Enter the "encrypted value" below
auth_token: auth_token:
secure: rqjjigrWMvBgDaONpurfMQvZbFgR6pD8XQGMCfh/UfoDdwJdjEuMYu11tMRxelOR secure: oO4/J+hcFXgXcEqEc8gzlQNqLG0IxU78s4EyH+uczGdsyWajb3yipxPR6nXUvmoj
provider: GitHub provider: GitHub
on: on:
RUST_VERSION: stable RUST_VERSION: stable
appveyor_repo_tag: true appveyor_repo_tag: true
cache: cache:
- C:\Users\appveyor\.cargo\registry - C:\Users\appveyor\.cargo\registry
- target - target
@ -46,4 +46,4 @@ notifications:
- provider: Email - provider: Email
on_build_success: false on_build_success: false
on_build_failure: false on_build_failure: false
on_build_status_changed: false on_build_status_changed: false