Skip to content

Commit

Permalink
[#403] Updated CI workflow to fund config and builds in same line;
Browse files Browse the repository at this point in the history
  • Loading branch information
jlucas9 committed Nov 1, 2024
1 parent dfc443a commit 08c322a
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Build

on:
push:
pull_request:

jobs:
Expand All @@ -19,12 +18,10 @@ jobs:
run: apt-get install -y python3 docker docker.io
- name: prep
run: make prep
- name: config
run: make config
- name: build directory
run: mkdir ./fsw/build
- name: build
run: make build-fsw
- name: config and build-fsw
run: make config build-fsw

sim:
runs-on: ubuntu-latest
Expand All @@ -40,9 +37,7 @@ jobs:
run: apt-get install -y python3 docker docker.io
- name: prep
run: make prep
- name: config
run: make config
- name: build directory
run: mkdir ./sims/build
- name: build
run: make build-sim
- name: config and build-sim
run: make config build-sim

0 comments on commit 08c322a

Please sign in to comment.