Skip to content

Add basic GitHub Actions CI #1

Add basic GitHub Actions CI

Add basic GitHub Actions CI #1

Workflow file for this run

name: build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- run: sudo apt-get update
- run: sudo apt-get install -y gcc-mips-linux-gnu
- uses: actions/checkout@v3
- run: make