CI: remove default Ubuntu build from GitHub Actions

We are already running a very similar Ubuntu build on Travis CI.
The macOS variant of this default build is kept on Github Actions.
This commit is contained in:
Marc Hoersken 2020-03-24 18:24:52 +01:00
Родитель fd7afa7d39
Коммит 7e8a1a0875
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 61E03CBED7BC859E
1 изменённых файлов: 0 добавлений и 17 удалений

17
.github/workflows/cpp.yml поставляемый
Просмотреть файл

@ -1,17 +0,0 @@
name: Build on Ubuntu with default options
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: configure
run: ./buildconf && ./configure
- name: make
run: make
- name: make check
run: make test-nonflaky