We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d29728e commit 582d6fbCopy full SHA for 582d6fb
.cirrus.yml
@@ -0,0 +1,28 @@
1
+test_task:
2
+ container:
3
+ matrix:
4
+ - image: erlang:21
5
+ - image: erlang:20
6
+ - image: erlang:19
7
+ - image: erlang:18
8
+ - image: erlang:17
9
+ test_script: |
10
+ ./bootstrap
11
+ ./rebar3 ct
12
+
13
+osx_test_task:
14
+ osx_instance:
15
+ image: mojave-base
16
+ install_script: brew install erlang
17
18
19
20
21
+windows_test_task:
22
+ windows_container:
23
+ image: cirrusci/windowsservercore:2019
24
+ os_version: 2019
25
+ install_script: choco install -y erlang
26
27
28
0 commit comments