tangled
alpha
login
or
join now
sachy.dev
/
sachy-parasite
1
fork
atom
Firmware for the b-parasite board, but in Rust.
1
fork
atom
overview
issues
pulls
pipelines
Add Spindle CI pipeline
sachy.dev
3 months ago
1ea93708
d4de3c2e
0/0
Waiting for spindle ...
+22
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
test.yml
+22
.tangled/workflows/test.yml
···
1
1
+
when:
2
2
+
- event: ["push", "pull_request"]
3
3
+
branch: main
4
4
+
5
5
+
engine: nixery
6
6
+
7
7
+
dependencies:
8
8
+
nixpkgs:
9
9
+
- rustup
10
10
+
- clang
11
11
+
12
12
+
steps:
13
13
+
- name: Install Nightly
14
14
+
command: rustup toolchain install nightly
15
15
+
- name: Install toolchain
16
16
+
command: rustup +nightly target install thumbv7em-none-eabihf
17
17
+
- name: Install flip-link
18
18
+
command: cargo install --locked flip-link
19
19
+
- name: Check Defmt Build
20
20
+
command: cargo build --release
21
21
+
- name: Check Plain Build
22
22
+
command: cargo build --release --no-default-features