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

17
.github/workflows/push.yaml vendored Normal file
View 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