diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-09-15 14:47:24 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-09-15 14:47:24 +0200 |
| commit | 18184fb29a910fbc0d7b98b9d4aab814fb4f2d85 (patch) | |
| tree | 02f2f0cc8e5b99befaf9f3545634b458496f93cb /cscript | |
| parent | 7cd1d82e33d074050b132dba8c4ae4e0d4804310 (diff) | |
Build tests on Ubuntu 25.10 to test the new boost::process.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -511,7 +511,7 @@ option_defaults = { "gui": True, "variant": None } def build_tests(target): # Currently we only build tests on macOS, Windows, and some Ubuntu versions return ( - (target.platform == 'linux' and target.distro == 'ubuntu' and target.version in ['18.04', '22.04', '24.04']) or + (target.platform == 'linux' and target.distro == 'ubuntu' and target.version in ['18.04', '22.04', '24.04', '25.10']) or (target.platform == 'osx') or (target.platform == 'windows') ) |
