Skip to content

Commit

Permalink
Add circle ci
Browse files Browse the repository at this point in the history
  • Loading branch information
overvenus committed Mar 25, 2019
1 parent e6716cd commit 0bbe076
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions dss/.circleci/config.yml → .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
version: 2
jobs:
rust:
dss:
docker:
- image: circleci/rust:stretch
environment:
RUST_BACKTRACE: "1"
RUSTFLAGS: "-Dwarnings"
working_directory: ~/talent-plan/dss
steps:
- checkout
- run: rustup override set nightly
- checkout:
path: ~/talent-plan
- run: rustup override set nightly-2019-03-05
- run: rustup component add clippy-preview rustfmt-preview
- run: cargo fmt --all -- --check
- run: cargo clippy --all --tests -- -D clippy::all
Expand All @@ -19,4 +21,4 @@ workflows:
version: 2
ci-test:
jobs:
- rust
- dss

0 comments on commit 0bbe076

Please sign in to comment.