gnunet

Main GNUnet Logic
Log | Files | Refs | Submodules | README | LICENSE

commit 6957c130c07773ecf9fdd0e2e5e423897cea5901
parent 099082add603e5ce66abab81b643a55ae497a293
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
Date:   Thu, 14 May 2020 17:01:34 +0200

add build tasks

Diffstat:
A.buildbot/build.sh | 5+++++
A.buildbot/firefly-x86_64-amdepyc_test.sh | 3+++
A.buildbot/install.sh | 3+++
A.buildbot/test.sh | 3+++
4 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/.buildbot/build.sh 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 @@ -0,0 +1,3 @@ +#!/bin/bash + +echo "Skipped" diff --git a/.buildbot/install.sh b/.buildbot/install.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +make install diff --git a/.buildbot/test.sh b/.buildbot/test.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +make check