Skip to content
Snippets Groups Projects
Commit 3fa9042c authored by Daniel Vonk's avatar Daniel Vonk Committed by Daniel Vonk
Browse files

Add CI preset for CMake

parent f844d4b5
No related branches found
No related tags found
2 merge requests!19Merge develop into main,!13Add CI System to Sassena and Modernize Build-System
......@@ -19,6 +19,15 @@
"inherits": [
"base"
]
},
{
"name": "ci",
"generator": "Ninja",
"binaryDir": "${sourceDir}/../build",
"cacheVariables": {
"CMAKE_BUILD_TYPE": "RelWithDebInfo",
"USE_DEVELOPER_MODE": "ON"
}
}
]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment