Просмотр исходного кода

Disable windows on Cirrus CI

This never passes even if it works on Windows 10 machines and on Circle
CI's runs.
pull/2068/head
Fred Hebert 6 лет назад
Родитель
Сommit
f5c0a9cb22
1 измененных файлов: 9 добавлений и 8 удалений
  1. +9
    -8
      .cirrus.yml

+ 9
- 8
.cirrus.yml Просмотреть файл

@ -18,11 +18,12 @@ osx_test_task:
./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
# Windows CI appears broken for now and never passes
#windows_test_task:
# windows_container:
# image: cirrusci/windowsservercore:2019
# os_version: 2019
# install_script: choco install -y erlang
# test_script: |
# ./bootstrap
# ./rebar3 ct

Загрузка…
Отмена
Сохранить