Skip to content

Release v4.1: three-state edge wrapping, delay slider, live cursor pr… #44

Release v4.1: three-state edge wrapping, delay slider, live cursor pr…

Release v4.1: three-state edge wrapping, delay slider, live cursor pr… #44

Workflow file for this run

name: C Build & Test
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Build application
shell: bash
run: make CC=gcc all
- name: Run Unity tests
shell: bash
run: make CC=gcc test