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:
Родитель
fd7afa7d39
Коммит
7e8a1a0875
|
@ -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
|
Загрузка…
Ссылка в новой задаче