Initial CircleCI integration #511
@ -14,9 +14,9 @@ jobs:
|
|||||||
- checkout
|
- checkout
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
keys:
|
keys:
|
||||||
- dialyzer-cache-v1-{{ .Branch }}-{{ .Revision }}
|
- dialyzer-cache-v2-{{ .Branch }}-{{ .Revision }}
|
||||||
- dialyzer-cache-v1-{{ .Branch }}-
|
- dialyzer-cache-v2-{{ .Branch }}-
|
||||||
- dialyzer-cache-v1-
|
- dialyzer-cache-v2-
|
||||||
- run:
|
- run:
|
||||||
name: Build
|
name: Build
|
||||||
command: rebar3 compile
|
command: rebar3 compile
|
||||||
@ -30,7 +30,7 @@ jobs:
|
|||||||
name: Common Tests
|
name: Common Tests
|
||||||
command: rebar3 ct
|
command: rebar3 ct
|
||||||
- save_cache:
|
- save_cache:
|
||||||
key: dialyzer-cache-v1-{{ .Branch }}-{{ .Revision }}
|
key: dialyzer-cache-v2-{{ .Branch }}-{{ .Revision }}
|
||||||
paths:
|
paths:
|
||||||
- _build/default/rebar3_20.3.8_plt
|
- _build/default/rebar3_20.3.8_plt
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user