lsd0003

LSD0003: Set Union
Log | Files | Refs | README

commit 206114fafcb27bb989f30e0f1bf6ae73c84781bb
parent 64b92f47a1ee2fd808e22a075d984dd77aab0493
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
Date:   Sun,  4 Apr 2021 22:22:05 +0200

Add CI

Diffstat:
A.buildbot/build.sh | 3+++
A.buildbot/firefly-x86_64-amdepyc_deploy.sh | 10++++++++++
2 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/.buildbot/build.sh 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 @@ -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/