Skip to content

Implement nickel_bluetooth action (#152) #758

Implement nickel_bluetooth action (#152)

Implement nickel_bluetooth action (#152) #758

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
name: NickelMenu
runs-on: ubuntu-latest
container: ghcr.io/pgaskin/nickeltc:1.0
steps:
- name: Checkout
uses: actions/checkout@v1
with:
submodules: true
- name: Build
run: make all koboroot
- name: Upload
uses: actions/upload-artifact@v1
with:
name: NickelMenu
path: KoboRoot.tgz