Skip to content

Commit

Permalink
Updated appveyor config
Browse files Browse the repository at this point in the history
  • Loading branch information
gwihlidal committed Aug 26, 2018
1 parent 9b0eb51 commit 2f7ec63
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 75 deletions.
2 changes: 1 addition & 1 deletion LICENSE-APACHE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2018 Graham Wihlidal
Copyright {yyyy} {name of copyright owner}

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
17 changes: 9 additions & 8 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,15 @@ matrix:
- channel: nightly

install:
- ps: .\appveyor_rust_install.ps1
- appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
- rustup-init -yv --default-toolchain %channel% --default-host %target%
- set PATH=%PATH%;%USERPROFILE%\.cargo\bin
- rustc -vV
- cargo -vV

build_script:
- cmd: cargo build --verbose
# 'cargo test' takes care of building for us, so disable Appveyor's build stage. This prevents
# the "directory does not contain a project or solution file" error.
build: off

test_script:
- cmd: cargo test --verbose

branches:
only:
- master
- cargo test --verbose %cargoflags%
66 changes: 0 additions & 66 deletions appveyor_rust_install.ps1

This file was deleted.

0 comments on commit 2f7ec63

Please sign in to comment.