gh-actions: add windows-2016, ubuntu-20.04 jobs

This commit is contained in:
Ralph Lange
2020-06-16 17:12:08 +02:00
parent 5a0acc2228
commit 074a7ab617
3 changed files with 9 additions and 3 deletions

View File

@@ -335,7 +335,10 @@ class TestVCVars(unittest.TestCase):
os.environ['TRAVIS_COMPILER'] = 'vs2017'
else:
os.environ['CONFIGURATION'] = 'default'
os.environ['CMP'] = 'vs2019'
if ci_service == 'github-actions' and os.environ['IMAGEOS'] == 'win16':
os.environ['CMP'] = 'vs2017'
else:
os.environ['CMP'] = 'vs2019'
cue.detect_context()
cue.with_vcvars('env')