Browse Source

add build tasks

Martin Schanzenbach 4 years ago
parent
commit
6957c130c0
4 changed files with 14 additions and 0 deletions
  1. 5 0
      .buildbot/build.sh
  2. 3 0
      .buildbot/firefly-x86_64-amdepyc_test.sh
  3. 3 0
      .buildbot/install.sh
  4. 3 0
      .buildbot/test.sh

+ 5 - 0
.buildbot/build.sh

@@ -0,0 +1,5 @@
+#!/bin/bash
+
+./bootstrap
+./configure --prefix=/tmp/gnunet --enable-experimental
+make

+ 3 - 0
.buildbot/firefly-x86_64-amdepyc_test.sh

@@ -0,0 +1,3 @@
+#!/bin/bash
+
+echo "Skipped"

+ 3 - 0
.buildbot/install.sh

@@ -0,0 +1,3 @@
+#!/bin/bash
+
+make install

+ 3 - 0
.buildbot/test.sh

@@ -0,0 +1,3 @@
+#!/bin/bash
+
+make check