Skip to content

README: note.

README: note. #33

Workflow file for this run

name: CXXRTL build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
cxxrtl-build:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Install pip dependencies
run: pip install --editable .
- uses: kivikakk/niar/setup-action@main
with:
install-zig: '0.13.0'
- name: Install SDL
run: sudo apt-get install -y libsdl2-dev
- name: Elaborate and compile cxxrtl
run: python -m ili9341spi cxxrtl -c