소스 검색

moved to github actions: remove cirrus and appveyor configs

pull/2280/head
Tristan Sloughter 5 년 전
부모
커밋
cbccb78cad
No known key found for this signature in database GPG 키 ID: AAB97DDECCEB8150
3개의 변경된 파일1개의 추가작업 그리고 29개의 파일을 삭제
  1. +0
    -8
      .cirrus.yml
  2. +1
    -1
      README.md
  3. +0
    -20
      appveyor.yml

+ 0
- 8
.cirrus.yml 파일 보기

@ -1,8 +0,0 @@
osx_test_task:
osx_instance:
image: mojave-base
install_script: brew install erlang
test_script: |
./bootstrap
./rebar3 ct

+ 1
- 1
README.md 파일 보기

@ -1,6 +1,6 @@
# Rebar3
![Build Status](https://github.com/erlang/rebar3/workflows/Common%20Test/badge.svg) [![OSX Build Status](https://api.cirrus-ci.com/github/erlang/rebar3.svg)](https://cirrus-ci.com/github/erlang/rebar3) [![Windows Build Status](https://ci.appveyor.com/api/projects/status/yx4oitd9pvd2kab3?svg=true)](https://ci.appveyor.com/project/TristanSloughter/rebar3)
![Build Status](https://github.com/erlang/rebar3/workflows/Common%20Test/badge.svg)
1. [What is Rebar3?](#what-is-rebar3)
2. [Why Rebar3?](#why-rebar3)

+ 0
- 20
appveyor.yml 파일 보기

@ -1,20 +0,0 @@
version: "{build}"
branches:
only:
- master
environment:
matrix:
- erlang_vsn: 19.2
- erlang_vsn: 18.3
- erlang_vsn: 17.5
install:
- ps: choco install erlang --version $env:erlang_vsn
build_script:
- ps: cmd.exe /c 'bootstrap.bat'
test_script:
- ps: cmd.exe /c 'rebar3.cmd ct'
notifications:
- provider: GitHubPullRequest
on_build_success: true
on_build_failure: true
on_build_status_changed: false

불러오는 중...
취소
저장