mirror of
https://github.com/mars3142/gb-snake.git
synced 2026-03-12 19:49:05 +00:00
add github actions
Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
12
.vscode/settings.json
vendored
12
.vscode/settings.json
vendored
@@ -3,5 +3,17 @@
|
||||
"stdint.h": "c",
|
||||
"gb.h": "c",
|
||||
"version.h": "c"
|
||||
},
|
||||
"actionButtons": {
|
||||
"commands": [
|
||||
{
|
||||
"name": "Clean",
|
||||
"command": "make clean",
|
||||
},
|
||||
{
|
||||
"name": "Build",
|
||||
"command": "make",
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user