Skip to content

WIP Github Workflows #14

WIP Github Workflows

WIP Github Workflows #14

Workflow file for this run

name: Builds on push
on:
pull_request:
branches: [ master ]
jobs:
cfr24:
runs-on: self-hosted
container:
image: docker://ghcr.io/concordia-fsae/containers/ubuntu-noble-lts:v1.0.0
steps:
- name: Enter container
run: |
cd /firmware && ls -al
- name: Execute build for CFR24
run: |
scons --platform=cfr24 -j32