move to new circle ci images
This commit is contained in:
parent
409fcf0cd1
commit
f54d41e6ed
1 changed files with 11 additions and 11 deletions
|
@ -2,7 +2,7 @@ version: 2
|
||||||
jobs:
|
jobs:
|
||||||
latest:
|
latest:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/rust:latest
|
- image: cimg/rust:latest
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
|
@ -10,7 +10,7 @@ jobs:
|
||||||
command: cargo build
|
command: cargo build
|
||||||
fournine:
|
fournine:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/rust:1.49.0
|
- image: cimg/rust:1.49.0
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
|
@ -18,7 +18,7 @@ jobs:
|
||||||
command: cargo build
|
command: cargo build
|
||||||
foureight:
|
foureight:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/rust:1.48.0
|
- image: cimg/rust:1.48.0
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
|
@ -26,7 +26,7 @@ jobs:
|
||||||
command: cargo build
|
command: cargo build
|
||||||
fourseven:
|
fourseven:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/rust:1.47.0
|
- image: cimg/rust:1.47.0
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
|
@ -34,7 +34,7 @@ jobs:
|
||||||
command: cargo build
|
command: cargo build
|
||||||
foursix:
|
foursix:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/rust:1.46.0
|
- image: cimg/rust:1.46.0
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
|
@ -42,7 +42,7 @@ jobs:
|
||||||
command: cargo build
|
command: cargo build
|
||||||
fourfive:
|
fourfive:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/rust:1.45.0
|
- image: cimg/rust:1.45.0
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
|
@ -50,7 +50,7 @@ jobs:
|
||||||
command: cargo build
|
command: cargo build
|
||||||
fourfour:
|
fourfour:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/rust:1.44.0
|
- image: cimg/rust:1.44.0
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
|
@ -58,7 +58,7 @@ jobs:
|
||||||
command: cargo build
|
command: cargo build
|
||||||
fourthree:
|
fourthree:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/rust:1.43.0
|
- image: cimg/rust:1.43.0
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
|
@ -66,7 +66,7 @@ jobs:
|
||||||
command: cargo build
|
command: cargo build
|
||||||
fourtwo:
|
fourtwo:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/rust:1.42.0
|
- image: cimg/rust:1.42.0
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
|
@ -74,7 +74,7 @@ jobs:
|
||||||
command: cargo build
|
command: cargo build
|
||||||
fourone:
|
fourone:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/rust:1.40.0
|
- image: cimg/rust:1.40.0
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
|
@ -82,7 +82,7 @@ jobs:
|
||||||
command: cargo build
|
command: cargo build
|
||||||
fourzero:
|
fourzero:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/rust:1.40.0
|
- image: cimg/rust:1.40.0
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
|
|
Loading…
Reference in a new issue