Skip to content

Document most of gflib and libpmagb #5

Document most of gflib and libpmagb

Document most of gflib and libpmagb #5

Workflow file for this run

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