diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-01-31 23:19:35 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-01-31 23:19:35 +0100 |
| commit | 134b7b79a08c577d8e4e32f7389bf3cd5f5d9606 (patch) | |
| tree | 53c16cb79be2802beeec10fca465f8d73ce834c5 /run | |
| parent | 0d6f741ab6d0d42551c54d30c7e816d79beccc05 (diff) | |
add dcpomatic_cucumber.bat
Diffstat (limited to 'run')
| -rw-r--r-- | run/dcpomatic_cucumber.bat | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/run/dcpomatic_cucumber.bat b/run/dcpomatic_cucumber.bat new file mode 100644 index 000000000..a325fb486 --- /dev/null +++ b/run/dcpomatic_cucumber.bat @@ -0,0 +1,7 @@ +set PATH=%PATH%;c:\users\ci\bin_v2.18.x;c:\users\ci\workspace\dcpomatic\bin;c:\users\ci\workspace\dcpomatic\lib +xcopy ..\libdcp\tags build\tags\ +copy ..\libdcp\ratings build\ +copy ..\openssl\apps\openssl.exe build\src\tools +xcopy fonts build\fonts\ +move build\fonts\fonts.conf.windows build\fonts\fonts.conf +build\src\tools\dcpomatic2.exe --cucumber |
