Merge pull request #4 from rabbitholecomputing/fix/cd-audio-offset #14
Workflow file for this run
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: Build ZuluIDE firmware | |
on: | |
push: | |
workflow_dispatch: | |
jobs: | |
build_firmware: | |
name: Build firmware on Ubuntu 22.04 | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Check out code from GitHub | |
uses: actions/checkout@v4 | |
with: | |
path: CUEParser | |
fetch-depth: "0" | |
- name: Run tests firmware | |
run: | | |
cd CUEParser/test | |
make |