gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: add build tasks


From: gnunet
Subject: [gnunet] branch master updated: add build tasks
Date: Thu, 14 May 2020 17:06:40 +0200

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

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 6957c130c add build tasks
6957c130c is described below

commit 6957c130c07773ecf9fdd0e2e5e423897cea5901
Author: Martin Schanzenbach <address@hidden>
AuthorDate: Thu May 14 17:01:34 2020 +0200

    add build tasks
---
 .buildbot/build.sh                       | 5 +++++
 .buildbot/firefly-x86_64-amdepyc_test.sh | 3 +++
 .buildbot/install.sh                     | 3 +++
 .buildbot/test.sh                        | 3 +++
 4 files changed, 14 insertions(+)

diff --git a/.buildbot/build.sh b/.buildbot/build.sh
new file mode 100755
index 000000000..394558ff0
--- /dev/null
+++ b/.buildbot/build.sh
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+./bootstrap
+./configure --prefix=/tmp/gnunet --enable-experimental
+make
diff --git a/.buildbot/firefly-x86_64-amdepyc_test.sh 
b/.buildbot/firefly-x86_64-amdepyc_test.sh
new file mode 100755
index 000000000..db202a112
--- /dev/null
+++ b/.buildbot/firefly-x86_64-amdepyc_test.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+echo "Skipped"
diff --git a/.buildbot/install.sh b/.buildbot/install.sh
new file mode 100755
index 000000000..b22f3aae0
--- /dev/null
+++ b/.buildbot/install.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+make install
diff --git a/.buildbot/test.sh b/.buildbot/test.sh
new file mode 100644
index 000000000..a057cba05
--- /dev/null
+++ b/.buildbot/test.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+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]