add github actions

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2023-11-17 09:59:53 +01:00
parent 01a1e86bf1
commit 9fd1db8c0c
2 changed files with 29 additions and 0 deletions

12
.vscode/settings.json vendored
View File

@@ -3,5 +3,17 @@
"stdint.h": "c",
"gb.h": "c",
"version.h": "c"
},
"actionButtons": {
"commands": [
{
"name": "Clean",
"command": "make clean",
},
{
"name": "Build",
"command": "make",
}
]
}
}