From f21a023ae5ea90ebb4f402fc8f797cb890257a5f Mon Sep 17 00:00:00 2001 From: Javier Sepulveda Date: Fri, 20 Jan 2023 12:39:10 +0100 Subject: Buildbot compile and check .sh files --- docker/compile-and-check/buildbot-compile-and-check/build.sh | 5 +++++ docker/compile-and-check/buildbot-compile-and-check/run.sh | 4 ++++ 2 files changed, 9 insertions(+) create mode 100755 docker/compile-and-check/buildbot-compile-and-check/build.sh create mode 100755 docker/compile-and-check/buildbot-compile-and-check/run.sh diff --git a/docker/compile-and-check/buildbot-compile-and-check/build.sh b/docker/compile-and-check/buildbot-compile-and-check/build.sh new file mode 100755 index 0000000..d394751 --- /dev/null +++ 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 new file mode 100755 index 0000000..99e0609 --- /dev/null +++ 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 -- cgit v1.2.3