Split cmake starter workflow single/multi plaform

This commit is contained in:
Justin Goshi (from Dev Box)
2023-08-01 11:10:55 -10:00
parent f3c5d7931d
commit 357ab69839
5 changed files with 75 additions and 7 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"name": "CMake based multi-platform projects",
"description": "Build and test a CMake based project on multiple platforms.",
"iconName": "cmake",
"categories": ["Continuous integration", "C", "C++"]
}
+6
View File
@@ -0,0 +1,6 @@
{
"name": "CMake based single-platform projects",
"description": "Build and test a CMake based project on a single-platform.",
"iconName": "cmake",
"categories": ["Continuous integration", "C", "C++"]
}
-6
View File
@@ -1,6 +0,0 @@
{
"name": "CMake based projects",
"description": "Build and test a CMake based project.",
"iconName": "cmake",
"categories": ["Continuous integration", "C", "C++"]
}