From: Carl Hetherington Date: Sun, 7 Feb 2021 00:03:14 +0000 (+0100) Subject: Build tests on ubuntu 16.04. X-Git-Tag: v2.15.127~15 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=93c2ca7dfc8feeae374c867c1c679334571a7547 Build tests on ubuntu 16.04. --- diff --git a/cscript b/cscript index ef607a50e..0479d69a3 100644 --- a/cscript +++ b/cscript @@ -390,10 +390,10 @@ option_defaults = { "gui": True, "variant": None } def configure_options(target, options): opt = ' --warnings-are-errors' - if not ((target.platform == 'linux' and target.distro == 'ubuntu' and target.version == '18.04') or + if not ((target.platform == 'linux' and target.distro == 'ubuntu' and target.version in ('16,04', '18.04')) or (target.platform == 'osx') or (target.platform == 'windows')): - # Currently we only build tests on Ubuntu 18.04, macOS and Windows + # Currently we only build tests on Ubuntu {16,18}.04, macOS and Windows opt += ' --disable-tests' if target.debug: