Skip to content

Commit

Permalink
add a calypso build
Browse files Browse the repository at this point in the history
  • Loading branch information
jr1221 committed Dec 21, 2024
1 parent 96746ba commit 2ac1464
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/build_calypso.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Check CAN, build Calypso
on:
push:
paths:
- 'cangen/**'

jobs:
run-build:
runs-on: ubuntu-latest
container:
image: ghcr.io/northeastern-electric-racing/embedded-base:main
steps:
- name: Clone Calypso
uses: actions/checkout@v4
with:
repository: Northeastern-Electric-Racing/Calypso

- name: Clone Embedded-base
uses: actions/checkout@v4
with:
path: "./Embedded-Base"

- name: Build Calypso
run: cargo build --debug --locked

0 comments on commit 2ac1464

Please sign in to comment.