taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit f21a023ae5ea90ebb4f402fc8f797cb890257a5f
parent 5987c4bff008f336a951c99eca5838abbf3b1b8f
Author: Javier Sepulveda <javier.sepulveda@uv.es>
Date:   Fri, 20 Jan 2023 12:39:10 +0100

Buildbot compile and check .sh files

Diffstat:
Adocker/compile-and-check/buildbot-compile-and-check/build.sh | 5+++++
Adocker/compile-and-check/buildbot-compile-and-check/run.sh | 4++++
2 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/docker/compile-and-check/buildbot-compile-and-check/build.sh b/docker/compile-and-check/buildbot-compile-and-check/build.sh @@ -0,0 +1,5 @@ +#!/bin/sh + + +export DOCKER_BUILDKIT=1 +docker build -t sandcastle-checker base/ diff --git a/docker/compile-and-check/buildbot-compile-and-check/run.sh b/docker/compile-and-check/buildbot-compile-and-check/run.sh @@ -0,0 +1,4 @@ +#!/bin/sh + + +docker run -e SANDCASTLE_DEBUG_SHELL=yes -it sandcastle-checker