summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2018-08-31 20:23:21 +0200
committerDavid Peter <sharkdp@users.noreply.github.com>2018-08-31 23:57:27 +0200
commit11294249f8bb581eeac63ddb8778c0cd7b1feea5 (patch)
tree22a2464a3287fd26bb9b9cf15ecc304e1b2acd2e /appveyor.yml
parent35a1236ad05c3427eebcc30da800b9e03ecf90d1 (diff)
Add new key for AppVeyor
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/appveyor.yml b/appveyor.yml
index a7c57898..11a0b52c 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,7 +1,7 @@
environment:
global:
TARGET: x86_64-pc-windows-msvc
- RUST_VERSION: stable
+ RUST_VERSION: stable
CRATE_NAME: bat
CARGO_HOME: "c:\\cargo"
RUSTUP_HOME: "c:\\rustup"
@@ -12,7 +12,7 @@ install:
- set PATH=%PATH%;C:\cargo\bin
- rustc -Vv
- cargo -V
-
+
build: false
test_script:
- cargo test --target %TARGET% --verbose
@@ -31,13 +31,13 @@ deploy:
# `public_repo` scope enabled
# - Then go to 'https://ci.appveyor.com/tools/encrypt' and enter the newly generated token.
# - Enter the "encrypted value" below
- auth_token:
- secure: rqjjigrWMvBgDaONpurfMQvZbFgR6pD8XQGMCfh/UfoDdwJdjEuMYu11tMRxelOR
+ auth_token:
+ secure: oO4/J+hcFXgXcEqEc8gzlQNqLG0IxU78s4EyH+uczGdsyWajb3yipxPR6nXUvmoj
provider: GitHub
on:
RUST_VERSION: stable
appveyor_repo_tag: true
-
+
cache:
- C:\Users\appveyor\.cargo\registry
- target
@@ -46,4 +46,4 @@ notifications:
- provider: Email
on_build_success: false
on_build_failure: false
- on_build_status_changed: false
+ on_build_status_changed: false