Add vs2022

This commit is contained in:
Michael Davidsaver
2022-01-01 10:51:49 -08:00
parent 93062ba941
commit e065445f76
4 changed files with 27 additions and 11 deletions

View File

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