diff options
| author | Lzu Tao <taolzu@gmail.com> | 2019-10-25 00:49:09 +0700 |
|---|---|---|
| committer | Lzu Tao <taolzu@gmail.com> | 2019-10-25 00:57:28 +0700 |
| commit | 97d76f55cedae0ff34c8b93797ea078ed0991973 (patch) | |
| tree | e7dd97ffed6d093395711b7328e2b63283de4d61 | |
| parent | eba90802b1e5aaf3d6f704acd1c4b6a5991d7291 (diff) | |
| download | rust-97d76f55cedae0ff34c8b93797ea078ed0991973.tar.gz rust-97d76f55cedae0ff34c8b93797ea078ed0991973.zip | |
appveyor: Leading space change only
| -rw-r--r-- | appveyor.yml | 58 |
1 files changed, 29 insertions, 29 deletions
diff --git a/appveyor.yml b/appveyor.yml index 6f5f2e4cb41..58693cb5cc3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,47 +1,47 @@ environment: - global: - PROJECT_NAME: rust-clippy - RUST_BACKTRACE: 1 - matrix: - #- TARGET: i686-pc-windows-gnu - #- TARGET: i686-pc-windows-msvc - #- TARGET: x86_64-pc-windows-gnu - - TARGET: x86_64-pc-windows-msvc + global: + PROJECT_NAME: rust-clippy + RUST_BACKTRACE: 1 + matrix: + #- TARGET: i686-pc-windows-gnu + #- TARGET: i686-pc-windows-msvc + #- TARGET: x86_64-pc-windows-gnu + - TARGET: x86_64-pc-windows-msvc branches: - # Only build AppVeyor on r+ and try branch - only: - - auto - - try + # Only build AppVeyor on r+ and try branch + only: + - auto + - try cache: - - '%USERPROFILE%\.cargo' + - '%USERPROFILE%\.cargo' # before cache after_test: - - cargo install -Z install-upgrade cargo-cache --debug - - cargo cache --autoclean + - cargo install -Z install-upgrade cargo-cache --debug + - cargo cache --autoclean install: - - curl -sSf -o rustup-init.exe https://win.rustup.rs/ - - rustup-init.exe -y --default-host %TARGET% --default-toolchain nightly --profile=minimal - - set PATH=%USERPROFILE%\.cargo\bin;%PATH% - - rustup component add rustfmt --toolchain nightly & exit 0 # Format test handles missing rustfmt - - del rust-toolchain - - cargo install -Z install-upgrade rustup-toolchain-install-master - - rustup-toolchain-install-master -f -n master -c rustc-dev - - rustup override set master - - rustc -V - - cargo -V + - curl -sSf -o rustup-init.exe https://win.rustup.rs/ + - rustup-init.exe -y --default-host %TARGET% --default-toolchain nightly --profile=minimal + - set PATH=%USERPROFILE%\.cargo\bin;%PATH% + - rustup component add rustfmt --toolchain nightly & exit 0 # Format test handles missing rustfmt + - del rust-toolchain + - cargo install -Z install-upgrade rustup-toolchain-install-master + - rustup-toolchain-install-master -f -n master -c rustc-dev + - rustup override set master + - rustc -V + - cargo -V # Build settings, not to be confused with "before_build" and "after_build". build: false build_script: - - cargo build --features debugging + - cargo build --features debugging test_script: - - cargo test --features debugging + - cargo test --features debugging notifications: - - provider: Email - on_build_success: false + - provider: Email + on_build_success: false |
