Skip to content

Merge pull request #32 from HyperloopUPV-H8/Order_packets_generation #7

Merge pull request #32 from HyperloopUPV-H8/Order_packets_generation

Merge pull request #32 from HyperloopUPV-H8/Order_packets_generation #7

name: Compile Checks
on:
push:
paths:
- '**.cpp'
- '**.hpp'
- '**.c'
- '**.h'
- '**.py'
jobs:
compile-checks:
name: Check project compiles
strategy:
matrix:
preset:
- nucleo-debug
- nucleo-release
- nucleo-relwithdebinfo
- nucleo-debug-eth
- nucleo-release-eth
- nucleo-relwithdebinfo-eth
- board-debug
- board-release
- board-relwithdebinfo
- board-debug-eth
- board-release-eth
- board-relwithdebinfo-eth
- simulator
fail-fast: false
uses: ./.github/workflows/build.yml
with:
preset: ${{ matrix.preset }}