Bläddra i källkod

Merge pull request #2052 from tsloughter/cirrus-ci

add cirrus ci config to test against linux, osx and windows
pull/2054/head
Tristan Sloughter 6 år sedan
committed by GitHub
förälder
incheckning
2f7bde8cd6
Ingen känd nyckel hittad för denna signaturen i databasen GPG-nyckel ID: 4AEE18F83AFDEB23
1 ändrade filer med 28 tillägg och 0 borttagningar
  1. +28
    -0
      .cirrus.yml

+ 28
- 0
.cirrus.yml Visa fil

@ -0,0 +1,28 @@
test_task:
container:
matrix:
- image: erlang:21
- image: erlang:20
- image: erlang:19
- image: erlang:18
- image: erlang:17
test_script: |
./bootstrap
./rebar3 ct
osx_test_task:
osx_instance:
image: mojave-base
install_script: brew install erlang
test_script: |
./bootstrap
./rebar3 ct
windows_test_task:
windows_container:
image: cirrusci/windowsservercore:2019
os_version: 2019
install_script: choco install -y erlang
test_script: |
./bootstrap
./rebar3 ct

Laddar…
Avbryt
Spara