summaryrefslogtreecommitdiff
path: root/docker-waf
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-11-02 21:29:12 +0100
committerCarl Hetherington <cth@carlh.net>2025-11-30 00:42:42 +0100
commit4dcc1dcfe7dad9edda71e6eff8b466b7c4cc670c (patch)
treec204f2fec48d0998288d98831b28047c1a517f65 /docker-waf
parentfbe84d722c8db0c812ce54da012d5a6d0a72006f (diff)
Add scripts to build and run in docker.
Diffstat (limited to 'docker-waf')
-rwxr-xr-xdocker-waf4
1 files changed, 4 insertions, 0 deletions
diff --git a/docker-waf b/docker-waf
new file mode 100755
index 000000000..de4d0a4a6
--- /dev/null
+++ b/docker-waf
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+#!/bin/bash
+docker run --rm -v /home:/home -w ~/src/dcpomatic-v2.19.x -u carl dcpomatic-v2.19.x ./waf $*