Use local (patched) rebar3 in CI builds.
This commit is contained in:
parent
0da7376d11
commit
e9bdd59def
@ -19,16 +19,16 @@ jobs:
|
|||||||
- dialyzer-cache-v2-
|
- dialyzer-cache-v2-
|
||||||
- run:
|
- run:
|
||||||
name: Build
|
name: Build
|
||||||
command: rebar3 compile
|
command: ./rebar3 compile
|
||||||
- run:
|
- run:
|
||||||
name: Static Analysis
|
name: Static Analysis
|
||||||
command: rebar3 dialyzer
|
command: ./rebar3 dialyzer
|
||||||
- run:
|
- run:
|
||||||
name: Eunit
|
name: Eunit
|
||||||
command: rebar3 eunit
|
command: ./rebar3 eunit
|
||||||
- run:
|
- run:
|
||||||
name: Common Tests
|
name: Common Tests
|
||||||
command: rebar3 ct
|
command: ./rebar3 ct
|
||||||
- save_cache:
|
- save_cache:
|
||||||
key: dialyzer-cache-v2-{{ .Branch }}-{{ .Revision }}
|
key: dialyzer-cache-v2-{{ .Branch }}-{{ .Revision }}
|
||||||
paths:
|
paths:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user