Initial Clock Format

This commit is contained in:
Chuck
2025-04-07 16:52:13 -05:00
parent 1262e09bf5
commit 30c3080f15
195 changed files with 1155334 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
name: C/C++ CI
on: [ push, pull_request ]
jobs:
build:
strategy:
matrix:
cython: [cython3-legacy, cython3]
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v2
- name: install cython
run: |
sudo apt-get update && sudo apt-get install -y ${{ matrix.cython }}
cython3 --version
- name: regenerate python bindings
run: make -B -C bindings/python/rgbmatrix
- name: make
run: make