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:
17
.github/workflows/push.yaml
vendored
Normal file
17
.github/workflows/push.yaml
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
name: Build on push
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
name: Build gbdk project
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Build
|
||||
uses: wujood/gbdk-2020-github-builder@1.0.7
|
||||
with:
|
||||
subdirectory: ./src
|
||||
output-name: gb-snake
|
||||
source: main.c
|
||||
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