mirror of
https://github.com/chmln/sd
synced 2024-11-22 11:13:04 +00:00
remove circleci builds
This commit is contained in:
parent
aee2b5209c
commit
c7cb1812bf
1 changed files with 0 additions and 23 deletions
|
@ -1,23 +0,0 @@
|
|||
version: 2
|
||||
jobs:
|
||||
build:
|
||||
docker:
|
||||
- image: rustlang/rust:nightly-slim
|
||||
|
||||
steps:
|
||||
- checkout
|
||||
|
||||
- restore_cache:
|
||||
key: v4-cargo-cache-{{ arch }}-{{ checksum "Cargo.lock" }}
|
||||
|
||||
- run:
|
||||
name: Test
|
||||
command: cargo check
|
||||
|
||||
- save_cache:
|
||||
paths:
|
||||
- "~/.cargo"
|
||||
- "./target"
|
||||
- /usr/local/cargo/registry
|
||||
key: v4-cargo-cache-{{ arch }}-{{ checksum "Cargo.lock" }}
|
||||
|
Loading…
Reference in a new issue