diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-09-30 21:26:37 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-10-12 17:33:27 +0200 |
| commit | 853971510721bbb1e58d10344f03941c90fe51cc (patch) | |
| tree | 7a7bb7714e7a5b4d3994b72884d5f2466bb2defe | |
| parent | 8ca9eff1fb09a873f651d8389c752ae3cef9df88 (diff) | |
Build tests on Windows.
| -rw-r--r-- | cscript | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -395,8 +395,9 @@ def configure_options(target, options): opt = ' --warnings-are-errors' if not ((target.platform == 'linux' and target.distro == 'ubuntu' and target.version == '18.04') or - (target.platform == 'osx')): - # Currently we only build tests on Ubuntu 18.04 and macOS + (target.platform == 'osx') or + (target.platform == 'windows')): + # Currently we only build tests on Ubuntu 18.04, macOS and Windows opt += ' --disable-tests' if target.debug: |
