Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshLafleur committed Nov 24, 2024
1 parent cbdcbfb commit 12c20d8
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,16 @@ on:

jobs:
cfr24:
runs-on: ubuntu-noble-lts
runs-on: self-hosted
container:
image: docker://ghcr.io/concordia-fsae/containers/ubuntu-noble-lts:v1.0.0
steps:
- name: Pull Branch
uses: actions/checkout@v4
run: git checkout HEAD^
- name: Enter container
run: |
ls -al /firmware
- name: Execute build for CFR24
run: |
docker-compose exec scons --configs=cfr24 -j32
scons --platform=cfr24 -j32

0 comments on commit 12c20d8

Please sign in to comment.