mirror of
https://gitee.com/dgiiot/dgiot.git
synced 2024-12-05 05:37:40 +08:00
18 lines
271 B
YAML
18 lines
271 B
YAML
language: erlang
|
|
|
|
otp_release:
|
|
- 21.3
|
|
|
|
before_install:
|
|
- git clone https://github.com/erlang/rebar3.git; cd rebar3; ./bootstrap; sudo mv rebar3 /usr/local/bin/; cd ..
|
|
|
|
script:
|
|
- make xref
|
|
- make eunit
|
|
- make ct
|
|
|
|
after_success:
|
|
- make coveralls
|
|
|
|
sudo: false
|