diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-11-02 21:29:12 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-11-30 00:42:42 +0100 |
| commit | 4dcc1dcfe7dad9edda71e6eff8b466b7c4cc670c (patch) | |
| tree | c204f2fec48d0998288d98831b28047c1a517f65 /docker-waf | |
| parent | fbe84d722c8db0c812ce54da012d5a6d0a72006f (diff) | |
Add scripts to build and run in docker.
Diffstat (limited to 'docker-waf')
| -rwxr-xr-x | docker-waf | 4 |
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 $* |
