mirror of
https://gitlab.com/lander-team/lander-cpp.git
synced 2025-07-23 22:51:26 +00:00
Resolve "Implement CI/CD"
This commit is contained in:
0
.vscode/.gitkeep
vendored
0
.vscode/.gitkeep
vendored
26
.vscode/tasks.json
vendored
26
.vscode/tasks.json
vendored
@@ -9,31 +9,9 @@
|
||||
"-g",
|
||||
"${workspaceFolder}\\src\\main.cpp",
|
||||
"-o",
|
||||
"${workspaceFolder}\\build\\debug\\main.exe",
|
||||
"${workspaceFolder}\\main.exe",
|
||||
"-I",
|
||||
"${workspaceFolder}\\include",
|
||||
],
|
||||
"options": {
|
||||
"cwd": "${fileDirname}"
|
||||
},
|
||||
"problemMatcher": [
|
||||
"$gcc"
|
||||
],
|
||||
"group": {
|
||||
"kind": "build",
|
||||
"isDefault": true
|
||||
},
|
||||
},
|
||||
{
|
||||
"type": "cppbuild",
|
||||
"label": "Release",
|
||||
"command": "g++",
|
||||
"args": [
|
||||
"${workspaceFolder}\\src\\main.cpp",
|
||||
"-o",
|
||||
"${workspaceFolder}\\build\\release\\main.exe",
|
||||
"-I",
|
||||
"${workspaceFolder}\\include",
|
||||
"${workspaceFolder}\\include"
|
||||
],
|
||||
"options": {
|
||||
"cwd": "${fileDirname}"
|
||||
|
Reference in New Issue
Block a user