gnunet-svn
[Top][All Lists]
Advanced

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

[lsd0003] branch master updated: Add CI


From: gnunet
Subject: [lsd0003] branch master updated: Add CI
Date: Sun, 04 Apr 2021 22:23:56 +0200

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

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

The following commit(s) were added to refs/heads/master by this push:
     new 206114f  Add CI
206114f is described below

commit 206114fafcb27bb989f30e0f1bf6ae73c84781bb
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
AuthorDate: Sun Apr 4 22:22:05 2021 +0200

    Add CI
---
 .buildbot/build.sh                         |  3 +++
 .buildbot/firefly-x86_64-amdepyc_deploy.sh | 10 ++++++++++
 2 files changed, 13 insertions(+)

diff --git a/.buildbot/build.sh b/.buildbot/build.sh
new file mode 100755
index 0000000..2aad486
--- /dev/null
+++ b/.buildbot/build.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+make
diff --git a/.buildbot/firefly-x86_64-amdepyc_deploy.sh 
b/.buildbot/firefly-x86_64-amdepyc_deploy.sh
new file mode 100755
index 0000000..402fa15
--- /dev/null
+++ b/.buildbot/firefly-x86_64-amdepyc_deploy.sh
@@ -0,0 +1,10 @@
+#!/bin/bash
+
+# Deploy rest api from buildbot
+
+if [ -e index.html ]; then
+  rm index.html
+fi
+ln -s draft-summermatter-set-union.html index.html
+chmod -R ag+rX draft-summermatter-set-union.* index.html .
+rsync --exclude=".*" --exclude="Makefile" -a --delete ./ 
lsd@firefly.gnunet.org:~/public/lsd0003/

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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