You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 line
548 B

  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. osx_test_task:
  13. osx_instance:
  14. image: mojave-base
  15. install_script: brew install erlang
  16. test_script: |
  17. ./bootstrap
  18. ./rebar3 ct
  19. windows_test_task:
  20. windows_container:
  21. image: cirrusci/windowsservercore:2019
  22. os_version: 2019
  23. install_script: choco install -y erlang
  24. test_script: |
  25. ./bootstrap
  26. ./rebar3 ct