commit 2d92e6e16a7069a643d1baff0e1d73108797dbf0 parent a63db5e5e0189dc7f61b0ecf846012f54d106252 Author: Martin Schanzenbach <schanzen@gnunet.org> Date: Tue, 29 Apr 2025 13:16:51 +0200 add CI scripts Diffstat:
| A | .buildbot/build.sh | | | 4 | ++++ |
| A | .buildbot/install.sh | | | 3 | +++ |
2 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/.buildbot/build.sh b/.buildbot/build.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +./configure +make diff --git a/.buildbot/install.sh b/.buildbot/install.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +make install