Skip to content

Commit

Permalink
add missing makefile-arguments for CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
imahjoub committed Jul 31, 2024
1 parent 673d04f commit bbbea3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/UniversalBareMetal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: target-ubuntu-${{ matrix.suite }}
working-directory: ./Build/VS
run: |
make -f ../Make/make_000.gmk ${{ matrix.suite }} TYP_OS=unix
make -f ../Make/make_000.gmk ${{ matrix.suite }} TYP_OS=unix TYP_MCU=stm32f446re
ls -la ../Bin/stm32f446re_x64/stm32f446re.elf ../Bin/stm32f446re_x64/stm32f446re.hex
msvc-msbuild:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/UniversalBareMetal_CodeQl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: target-ubuntu-${{ matrix.suite }}
working-directory: ./Build/VS
run: |
make -f ../Make/make_000.gmk ${{ matrix.suite }} TYP_OS=unix
make -f ../Make/make_000.gmk ${{ matrix.suite }} TYP_OS=unix TYP_MCU=stm32f446re
ls -la ../Bin/stm32f446re_x64/stm32f446re.elf ../Bin/stm32f446re_x64/stm32f446re.hex
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
Expand Down

0 comments on commit bbbea3e

Please sign in to comment.