Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertK66 authored Nov 29, 2023
1 parent d10cc5c commit b418e0c
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ jobs:
runs-on: ubuntu-latest
needs: prepBuild
name: Build the Software artefacts
strategy:
matrix:
kind: ['obc', 'dev']
include:
- kind: obc
board: BA_CLIMBOBC
- kind: dev
board: BA_OM13085_EM2T
steps:
- env:
OBC_VERSION: ${{needs.prepBuild.outputs.obcVersion}}
Expand All @@ -40,9 +48,9 @@ jobs:
run: |
echo "$OBC_VERSION"
echo "$OBC_VERSION_2"
echo dummy build creating 2 matricx results ...
echo "dummy content" >> ./ClimbObc${{ env.OBC_VERSION }}-Dev.axf
echo "dummy content" >> ./ClimbObc${{ env.OBC_VERSION }}-Obc.axf
echo dummy build creating result ...
echo "dummy content for ${{ matrix.kind }}"
echo "dummy content for ${{ matrix.kind }}" >> ./ClimbObc${{ env.OBC_VERSION }}-${{ matrix.kind }}.axf
pwd
ls

0 comments on commit b418e0c

Please sign in to comment.