diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-11-02 21:29:12 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-01-28 21:09:45 +0100 |
| commit | e2c9a80321f4845580980111e70450541b02a651 (patch) | |
| tree | 24bae858ef9195cfa3520f6ca023205cc372dc83 /docker-waf | |
| parent | 946547dced1dce43217dc29532a1012085eba3c9 (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 $* |
