aboutsummaryrefslogtreecommitdiffstats
path: root/.cirrus.yml
diff options
context:
space:
mode:
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml22
1 files changed, 7 insertions, 15 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index d7e7e3e..38fc107 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -1,20 +1,12 @@
-build_task:
- container:
- image: circleci/erlang:21
- rebar3_cache:
- folder: _build
- fingerprint_script: cat rebar.lock
- populate_script: rebar3 compile --deps_only
-
test_task:
container:
- image: circleci/erlang:21
- depends_on:
- - build
- rebar3_cache:
- folder: _build
- fingerprint_script: cat rebar.lock
- test_script: rebar3 ct
+ matrix:
+ - image: erlang:21
+ - image: erlang:20
+ - image: erlang:19
+ - image: erlang:18
+ test_script: |
+ rebar3 ct
always:
junit_artifacts:
path: "_build/test/logs/ct_run.*/junit_report.xml"