Skip to content

Commit 12a3b83

Browse files
committed
add wip yaml
1 parent 37e2932 commit 12a3b83

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,22 @@ jobs:
2828
path: |
2929
build-artifacts/zephyr.uf2
3030
build-artifacts/zephyr/fprime-zephyr-deployment/dict/ReferenceDeploymentTopologyDictionary.json
31+
integration:
32+
runs-on: self-hosted
33+
needs: build
34+
steps:
35+
- uses: actions/checkout@v4
36+
- uses: actions/download-artifact@v5
37+
with:
38+
name: artifacts
39+
- name: Decompress
40+
run: |
41+
unzip ./artifacts.zip
42+
- name: Trigger Bootloader
43+
run: |
44+
make bootloader
45+
sleep 5
46+
- name: Copy Firmware
47+
run: |
48+
picotool load ./zephyr.uf2
49+
sleep 5

0 commit comments

Comments
 (0)