adds test preset and updates README.md
All checks were successful
SCC Test/pipeline/head This commit looks good
All checks were successful
SCC Test/pipeline/head This commit looks good
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
"patch": 0
|
||||
},
|
||||
"configurePresets": [
|
||||
{
|
||||
{
|
||||
"name": "Base",
|
||||
"generator": "Ninja",
|
||||
"binaryDir": "${sourceDir}/build/${presetName}",
|
||||
@@ -43,5 +43,13 @@
|
||||
"CMAKE_BUILD_TYPE": "Release"
|
||||
}
|
||||
}
|
||||
],
|
||||
"testPresets": [
|
||||
{
|
||||
"name": "test-all",
|
||||
"description": "run all test with Debug build",
|
||||
"displayName": "",
|
||||
"configurePreset": "Debug"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user