aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTristan Sloughter <[email protected]>2019-04-03 16:39:24 -0600
committerTristan Sloughter <[email protected]>2019-04-03 16:48:44 -0600
commit091e7351d8cac31375ddd5268c235715a1511784 (patch)
treeddbfbc778a1f7fcfea81ca0bedef3ba59ddeafbb
parent33ac6064760e6b78e6d4a9b67efc1a5b0d69e3e8 (diff)
downloadrelx-091e7351d8cac31375ddd5268c235715a1511784.tar.gz
relx-091e7351d8cac31375ddd5268c235715a1511784.tar.bz2
relx-091e7351d8cac31375ddd5268c235715a1511784.zip
try cirrus ci
-rw-r--r--.cirrus.yml9
-rw-r--r--.gitignore1
2 files changed, 10 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
new file mode 100644
index 0000000..bec8f21
--- /dev/null
+++ b/.cirrus.yml
@@ -0,0 +1,9 @@
+container:
+ image: circleci/erlang:21
+
+check_task:
+ # rebar3_cache:
+ # folder: _build
+ # fingerprint_script: cat rebar.lock
+ # populate_script: rebar compile
+ test_script: rebar3 ct
diff --git a/.gitignore b/.gitignore
index 287aef8..ce87711 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,5 +14,6 @@ test/*_data
_rel/*
.*
!.circleci
+!.cirrus.yml
erl_crash.dump
rebar