Skip to content
Snippets Groups Projects
Unverified Commit 06e29bd8 authored by Louis's avatar Louis :fire:
Browse files

Remove circle config

parent 7729d22e
No related branches found
No related tags found
No related merge requests found
version: 2
jobs:
build:
docker:
# The image used to build our project, build
# your own using the Dockerfile provided below
# and replace here. I put my own image here for
# the example.
- image: abronan/rust-circleci:latest
steps:
- checkout
- run: rustup update
- restore_cache:
key: cargo-cache
- run: rustup run nightly cargo build
- save_cache:
key: cargo-cache
paths:
- "~/.cargo"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment