]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
CI: remove default Ubuntu build from GitHub Actions
authorMarc Hoersken <info@marc-hoersken.de>
Tue, 24 Mar 2020 17:24:52 +0000 (18:24 +0100)
committerMarc Hoersken <info@marc-hoersken.de>
Tue, 24 Mar 2020 17:25:21 +0000 (18:25 +0100)
We are already running a very similar Ubuntu build on Travis CI.
The macOS variant of this default build is kept on Github Actions.

.github/workflows/cpp.yml [deleted file]

diff --git a/.github/workflows/cpp.yml b/.github/workflows/cpp.yml
deleted file mode 100644 (file)
index 94eb070..0000000
+++ /dev/null
@@ -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