gnunet-svn
[Top][All Lists]
Advanced

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

[gnurl] 16/222: CI: inintial github action job


From: gnunet
Subject: [gnurl] 16/222: CI: inintial github action job
Date: Thu, 07 Nov 2019 00:08:32 +0100

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

ng0 pushed a commit to branch master
in repository gnurl.

commit df26f5f9c36e19cd503c0e462e9f72ad37b84c82
Author: Daniel Stenberg <address@hidden>
AuthorDate: Sat Sep 14 20:25:43 2019 +0200

    CI: inintial github action job
    
    First shot at a CI build on github actions
---
 .github/workflows/cpp.yml | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/.github/workflows/cpp.yml b/.github/workflows/cpp.yml
new file mode 100644
index 000000000..9f3b87eb5
--- /dev/null
+++ b/.github/workflows/cpp.yml
@@ -0,0 +1,17 @@
+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 check

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



reply via email to

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