Fix cmake presets on windows

This commit is contained in:
cor3ntin 2021-09-20 19:11:19 +02:00
parent c3555620e0
commit 7c2bcb36a3

View file

@ -27,6 +27,10 @@
"value": "x64", "value": "x64",
"strategy": "external" "strategy": "external"
}, },
"toolset": {
"value": "host=x64",
"strategy": "external"
},
"cacheVariables": { "cacheVariables": {
"CMAKE_BUILD_TYPE": "Debug", "CMAKE_BUILD_TYPE": "Debug",
"CMAKE_CXX_COMPILER": "cl" "CMAKE_CXX_COMPILER": "cl"
@ -131,6 +135,14 @@
"outputOnFailure": true "outputOnFailure": true
} }
}, },
{
"name": "windows-tests",
"description": "Run tests on windows",
"configurePreset": "x64-window",
"inherits": [
"core-tests"
]
},
{ {
"name": "linux-test-gcc", "name": "linux-test-gcc",
"description": "Run tests on linux (GCC)", "description": "Run tests on linux (GCC)",