1
0

Added GitHub Actions config

This commit is contained in:
Patrick Gaskin
2020-04-23 12:01:26 -04:00
parent 07b70cb1a5
commit 493a049624

18
.github/workflows/build.yaml vendored Normal file
View File

@@ -0,0 +1,18 @@
name: Build
on: [push]
jobs:
build:
name: NickelMenu
runs-on: ubuntu-latest
container: docker.io/geek1011/kobo-toolchain:latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Build
run: make all koboroot
- name: Upload
uses: actions/upload-artifact@v1
with:
name: NickelMenu
path: KoboRoot.tgz