diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-10-08 08:10:44 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-10-15 22:33:26 +0200 |
| commit | f6f8f8283ad3a56966aae8f9961e578f4eaa699d (patch) | |
| tree | 953fde6c235f1183032ef05302428e9da7a5c847 | |
| parent | 46990a835dd084e8294e74913daaa2c2ab31b2a2 (diff) | |
Build tests on Arch.
| -rw-r--r-- | cscript | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -522,9 +522,10 @@ option_defaults = { "gui": True, "variant": None } def build_tests(target): - # Currently we only build tests on macOS, Windows, and some Ubuntu versions + # Currently we only build tests on macOS, Windows, some Ubuntu versions and Arch return ( (target.platform == 'linux' and target.distro == 'ubuntu' and target.version in ['18.04', '22.04', '24.04', '25.10']) or + (target.platform == 'linux' and target.distro == 'arch') or (target.platform == 'osx') or (target.platform == 'windows') ) |
