aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTristan Sloughter <[email protected]>2019-05-13 11:46:43 -0600
committerTristan Sloughter <[email protected]>2019-05-13 11:46:43 -0600
commitf814cd73d7fb97751434fbd1099ec1abb9068769 (patch)
treecf493724f0f0797f22a45ee54a76d56da995774d
parent4c0df35b8fa1dc9d2e45b92cf0c4f9867ef90f90 (diff)
downloadrelx-f814cd73d7fb97751434fbd1099ec1abb9068769.tar.gz
relx-f814cd73d7fb97751434fbd1099ec1abb9068769.tar.bz2
relx-f814cd73d7fb97751434fbd1099ec1abb9068769.zip
add testing of otp 18 19 and 20
-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"