aboutsummaryrefslogtreecommitdiff
path: root/.buildbot
diff options
context:
space:
mode:
Diffstat (limited to '.buildbot')
-rwxr-xr-x.buildbot/build.sh5
-rwxr-xr-x.buildbot/firefly-x86_64-amdepyc_deploy.sh6
-rwxr-xr-x.buildbot/firefly-x86_64-amdepyc_test.sh3
-rwxr-xr-x.buildbot/install.sh3
-rw-r--r--.buildbot/test.sh3
5 files changed, 20 insertions, 0 deletions
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 @@
1#!/bin/bash
2
3./bootstrap
4./configure --prefix=/tmp/gnunet --enable-experimental
5make
diff --git a/.buildbot/firefly-x86_64-amdepyc_deploy.sh b/.buildbot/firefly-x86_64-amdepyc_deploy.sh
new file mode 100755
index 000000000..b956a3d92
--- /dev/null
+++ b/.buildbot/firefly-x86_64-amdepyc_deploy.sh
@@ -0,0 +1,6 @@
1#!/bin/bash
2
3# Deploy docs from buildbot
4
5chmod -R ag+rX doc/
6rsync -a --delete doc/ handbook@firefly.gnunet.org:~/doc_deployment/
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 @@
1#!/bin/bash
2
3echo "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 @@
1#!/bin/bash
2
3make 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 @@
1#!/bin/bash
2
3make check