Skip to content

Commit

Permalink
Rust Appveyor CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rubdos committed Feb 28, 2017
1 parent 3002c4f commit 7cb9ae4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .ci/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ install:
- "npm config set loglevel warn"
- "npm install"

- "curl -sSf -o rustup-init.exe https://win.rustup.rs/"
- "rustup-init.exe -y --default-toolchain=nightly"
- "set PATH=%PATH%;C:\\Users\\appveyor\\.cargo\\bin"
- "cargo install clippy"

build: false # Not a C# project, build stuff at the test step instead.

test_script:
Expand Down

0 comments on commit 7cb9ae4

Please sign in to comment.