appveyor: Leading space change only

This commit is contained in:
Lzu Tao 2019-10-25 00:49:09 +07:00
parent eba90802b1
commit 97d76f55ce
1 changed files with 29 additions and 29 deletions

View File

@ -1,47 +1,47 @@
environment: environment:
global: global:
PROJECT_NAME: rust-clippy PROJECT_NAME: rust-clippy
RUST_BACKTRACE: 1 RUST_BACKTRACE: 1
matrix: matrix:
#- TARGET: i686-pc-windows-gnu #- TARGET: i686-pc-windows-gnu
#- TARGET: i686-pc-windows-msvc #- TARGET: i686-pc-windows-msvc
#- TARGET: x86_64-pc-windows-gnu #- TARGET: x86_64-pc-windows-gnu
- TARGET: x86_64-pc-windows-msvc - TARGET: x86_64-pc-windows-msvc
branches: branches:
# Only build AppVeyor on r+ and try branch # Only build AppVeyor on r+ and try branch
only: only:
- auto - auto
- try - try
cache: cache:
- '%USERPROFILE%\.cargo' - '%USERPROFILE%\.cargo'
# before cache # before cache
after_test: after_test:
- cargo install -Z install-upgrade cargo-cache --debug - cargo install -Z install-upgrade cargo-cache --debug
- cargo cache --autoclean - cargo cache --autoclean
install: install:
- curl -sSf -o rustup-init.exe https://win.rustup.rs/ - curl -sSf -o rustup-init.exe https://win.rustup.rs/
- rustup-init.exe -y --default-host %TARGET% --default-toolchain nightly --profile=minimal - rustup-init.exe -y --default-host %TARGET% --default-toolchain nightly --profile=minimal
- set PATH=%USERPROFILE%\.cargo\bin;%PATH% - set PATH=%USERPROFILE%\.cargo\bin;%PATH%
- rustup component add rustfmt --toolchain nightly & exit 0 # Format test handles missing rustfmt - rustup component add rustfmt --toolchain nightly & exit 0 # Format test handles missing rustfmt
- del rust-toolchain - del rust-toolchain
- cargo install -Z install-upgrade rustup-toolchain-install-master - cargo install -Z install-upgrade rustup-toolchain-install-master
- rustup-toolchain-install-master -f -n master -c rustc-dev - rustup-toolchain-install-master -f -n master -c rustc-dev
- rustup override set master - rustup override set master
- rustc -V - rustc -V
- cargo -V - cargo -V
# Build settings, not to be confused with "before_build" and "after_build". # Build settings, not to be confused with "before_build" and "after_build".
build: false build: false
build_script: build_script:
- cargo build --features debugging - cargo build --features debugging
test_script: test_script:
- cargo test --features debugging - cargo test --features debugging
notifications: notifications:
- provider: Email - provider: Email
on_build_success: false on_build_success: false