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
parent fd7afa7d39
commit 7e8a1a0875
No known key found for this signature in database
GPG Key ID: 61E03CBED7BC859E
1 changed files with 0 additions and 17 deletions

View File

@ -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