gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnurl] 78/264: CI: remove default Ubuntu build from GitHub Actions


From: gnunet
Subject: [gnurl] 78/264: CI: remove default Ubuntu build from GitHub Actions
Date: Thu, 30 Apr 2020 16:06:21 +0200

This is an automated email from the git hooks/post-receive script.

nikita pushed a commit to branch master
in repository gnurl.

commit 7e8a1a087528cb265bae5c9fe346489871b5daa2
Author: Marc Hoersken <address@hidden>
AuthorDate: Tue Mar 24 18:24:52 2020 +0100

    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.
---
 .github/workflows/cpp.yml | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/.github/workflows/cpp.yml b/.github/workflows/cpp.yml
deleted file mode 100644
index 94eb070d5..000000000
--- a/.github/workflows/cpp.yml
+++ /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

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]