README: note. #33
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
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 |