Skip to content

Commit 0bc2c15

Browse files
morioPetteriAimonen
andcommitted
Create a separate repo from ZuluSCSI and ZuluIDE
As this is a shared library between both projects, it makes sense to make it its own repository so both PlatformIO projects can include it from GitHub. Co-authored-by: Petteri Aimonen <jpa@git.mail.kapsi.fi>
1 parent f1f66d4 commit 0bc2c15

5 files changed

Lines changed: 748 additions & 1 deletion

File tree

.github/workflows/run_tests.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Build ZuluIDE firmware
2+
3+
on:
4+
push:
5+
workflow_dispatch:
6+
7+
jobs:
8+
build_firmware:
9+
name: Build firmware on Ubuntu 22.04
10+
runs-on: ubuntu-22.04
11+
12+
steps:
13+
- name: Check out code from GitHub
14+
uses: actions/checkout@v4
15+
with:
16+
path: CUEParser
17+
fetch-depth: "0"
18+
19+
- name: Run tests firmware
20+
run: |
21+
cd CUEParser/test
22+
make

0 commit comments

Comments
 (0)