WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Merge pull request #1727 from neuschaefer/actions #372

Merge pull request #1727 from neuschaefer/actions

Merge pull request #1727 from neuschaefer/actions #372

Workflow file for this run

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@v4
- 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