summaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
Diffstat (limited to 'docker')
-rwxr-xr-xdocker/compile-and-check/buildbot-compile-and-check/build.sh5
-rwxr-xr-xdocker/compile-and-check/buildbot-compile-and-check/run.sh4
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
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