5
5
6
6
executors :
7
7
rust :
8
- docker : [{ image: rustlang/ rust:nightly }]
8
+ docker : [{ image: rust:1.39.0 }]
9
9
10
10
commands :
11
11
restore_target :
55
55
- attach_workspace : { at: / }
56
56
- run : rustup component add clippy rustfmt
57
57
- restore_target : { job: test }
58
- # - run: cargo clippy --all --all-targets
59
- # - run: cargo fmt --all -- --check
58
+ - run : cargo clippy --all --all-targets
59
+ - run : cargo fmt --all -- --check
60
60
- run : cargo test --all --all-features
61
61
- run : |
62
62
./regenerate.sh
90
90
working_directory : /Users/distiller/root/project
91
91
steps :
92
92
- attach_workspace : { at: /Users/distiller }
93
- - run : curl https://sh.rustup.rs -sSf | sh -s -- -y --no-modify-path --default-toolchain 1.34 .0
93
+ - run : curl https://sh.rustup.rs -sSf | sh -s -- -y --no-modify-path --default-toolchain 1.39 .0
94
94
- run : sudo ln -s $CARGO_HOME/bin/* /usr/local/bin
95
95
- restore_target : { job: dist-macos }
96
96
- run : cargo build --release --target x86_64-apple-darwin -p conjure-rust
@@ -109,7 +109,7 @@ jobs:
109
109
- attach_workspace : { at: C:\Users\circleci }
110
110
- run : |
111
111
$progressPreference = "silentlyContinue"
112
- Invoke-WebRequest "https://static.rust-lang.org/dist/rust-1.34 .0-x86_64-pc-windows-msvc.exe" -outfile rust.exe
112
+ Invoke-WebRequest "https://static.rust-lang.org/dist/rust-1.39 .0-x86_64-pc-windows-msvc.exe" -outfile rust.exe
113
113
- run : .\rust.exe /VERYSILENT /NORESTART /DIR="C:\Program Files\Rust"
114
114
- run : |
115
115
$env:Path += ";C:\Program Files\Rust\bin"
0 commit comments