Skip to content

WIP Github Workflows #7

WIP Github Workflows

WIP Github Workflows #7

Workflow file for this run

name: 'Build entire platform: CFR24'
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: call-pull
uses: ./.github/workflows/pull.yml
- name: Execute build for CFR24
run: |
scons --platform=cfr24 -j32