Document most of gflib
and libpmagb
#5
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
push: | |
branches: [ master ] | |
pull_request: | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@master | |
- name: Checkout agbcc | |
uses: actions/checkout@master | |
with: | |
path: 'agbcc' | |
repository: 'pret/agbcc' | |
- name: Install binutils | |
run: sudo apt install gcc-arm-none-eabi binutils-arm-none-eabi | |
- name: Install agbcc | |
run: | | |
./build.sh | |
./install.sh .. | |
working-directory: agbcc | |
- name: Build | |
run: make compare |