diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-01-24 00:04:31 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-01-28 02:04:19 +0100 |
| commit | 28c67806b65ce725218c13f8c0589865ef008023 (patch) | |
| tree | b182a26071678bfac1bd15106e7e1e389f820603 | |
| parent | 1430a3f964ea769f7a3da3ef473b2abf6582c53f (diff) | |
Use v2.17.x's mxe dependencies when running tests.
| -rw-r--r-- | run/tests.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run/tests.bat b/run/tests.bat index a9d921788..92030e61c 100644 --- a/run/tests.bat +++ b/run/tests.bat @@ -1,4 +1,4 @@ -set PATH=%PATH%;c:\users\ci\bin;c:\users\ci\workspace\dcpomatic\bin;c:\users\ci\workspace\dcpomatic\lib +set PATH=%PATH%;c:\users\ci\bin_v2.17.x;c:\users\ci\workspace\dcpomatic\bin;c:\users\ci\workspace\dcpomatic\lib set DCPOMATIC_TEST_PRIVATE=c:\users\ci\dcpomatic-test-private xcopy ..\libdcp\tags build\tags\ copy ..\libdcp\ratings build\ |
