1
0
Files
NickelMenu-custom/.github/workflows/build.yaml
2020-05-05 20:35:48 -04:00

19 lines
388 B
YAML

name: Build
on: [push]
jobs:
build:
name: NickelMenu
runs-on: ubuntu-latest
container: docker.pkg.github.com/geek1011/nickeltc/nickeltc:1.0
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