From f6f8f8283ad3a56966aae8f9961e578f4eaa699d Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 8 Oct 2025 08:10:44 +0200 Subject: Build tests on Arch. --- cscript | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cscript') diff --git a/cscript b/cscript index 2b533d63a..3cc668c8b 100644 --- a/cscript +++ b/cscript @@ -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') ) -- cgit v1.2.3