Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiajun-Huang committed Nov 11, 2023
1 parent 8a0795f commit 4152d8c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 75 deletions.
67 changes: 0 additions & 67 deletions .github/workflows/build.yml

This file was deleted.

23 changes: 15 additions & 8 deletions .github/workflows/master_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
paths-ignore:
- 'software/**'
branches:
- jiajun/workflow_fix
- master

jobs:
Expand All @@ -14,13 +15,19 @@ jobs:
strategy:
fail-fast: false
matrix:
board:
- FSM
- PDM
- BMS
- DCM
- DIM
- f4dev
include:
- board: DIM
build_dir: firmware/thruna/DIM/DIM.elf
- board: FSM
build_dir: firmware/thruna/FSM/FSM.elf
- board: PDM
build_dir: firmware/thruna/PDM/PDM.elf
- board: DCM
build_dir: firmware/thruna/DCM/DCM.elf
- board: BMS
build_dir: firmware/thruna/BMS/BMS.elf
- board: f4dev
build_dir: firmware/dev/f4dev/f4dev.elf
container:
image: ubcformulaelectric/environment:latest
credentials:
Expand All @@ -39,7 +46,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.board }}.elf
path: ${{ env.BUILD_DIR }}/firmware/thruna/${{ matrix.board }}/${{ inputs.board }}.elf
path: ${{ env.BUILD_DIR }}/${{matrix.build_dir}}

generate-dbc:
name: Call DBC Generation
Expand Down

0 comments on commit 4152d8c

Please sign in to comment.