Skip to content

[microhil] Maps home view and serial view (serial port settings confirm and control menu-items), update docs #56

[microhil] Maps home view and serial view (serial port settings confirm and control menu-items), update docs

[microhil] Maps home view and serial view (serial port settings confirm and control menu-items), update docs #56

name: microhildesk build checker
on:
push:
branches: [ master ]
paths:
- 'sw/microhildesk/**'
pull_request:
branches: [ master ]
paths:
- 'sw/microhildesk/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: install gtkmm
id: install_gtkmm
run: |
sudo apt-get update
sudo apt-get install jq
sudo apt-get install libserial-dev
sudo apt-get install libgtkmm-3.0-dev
- name: make all
id: gnu_make_all
run: |
cd sw/microhildesk/build
make all
- name: make clean
id: gnu_make_clean
run: |
cd sw/microhildesk/build
make clean