mirror of
https://github.com/AleoHQ/leo.git
synced 2024-11-14 04:38:05 +03:00
Update CircleCI
This commit is contained in:
parent
5f3e068389
commit
43931de088
@ -41,6 +41,7 @@ commands:
|
||||
- .cache/sccache
|
||||
- .cargo
|
||||
jobs:
|
||||
|
||||
rust-stable:
|
||||
docker:
|
||||
- image: cimg/rust:1.49.0
|
||||
@ -58,6 +59,7 @@ jobs:
|
||||
paths: project/
|
||||
- clear_environment:
|
||||
cache_key: leo-stable-cache
|
||||
|
||||
leo-new:
|
||||
docker:
|
||||
- image: cimg/rust:1.49.0
|
||||
@ -69,7 +71,8 @@ jobs:
|
||||
name: leo new
|
||||
command: >
|
||||
echo "hey"
|
||||
leo
|
||||
leo new test
|
||||
ls -la
|
||||
echo "Hello"
|
||||
|
||||
workflows:
|
||||
|
Loading…
Reference in New Issue
Block a user