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 873647c commit 34a5f6e
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,17 @@ 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:
- run: sudo apt-get install git-all
- name: Pull Branch
uses: actions/checkout@v4
- name: Enter environment
run: |
cd /__w/firmware/firmware && ls -al
- run: git log
- name: Execute build for CFR24
run: |
docker-compose exec scons --configs=cfr24 -j32
scons --platform=cfr24 -j32

0 comments on commit 34a5f6e

Please sign in to comment.