GHA CI of mac firmware build #6066

only: --version clean-up
This commit is contained in:
rusefillc 2024-02-28 11:18:48 -05:00
parent e4b20d1743
commit 98aa43e4b3
5 changed files with 4 additions and 11 deletions

View File

@ -1,4 +1,4 @@
name: Proteus F7 Firmware on Windows
name: Proteus F7 Firmware on macos-latest
on: [push,pull_request]
@ -35,8 +35,10 @@ jobs:
run: |
brew install mtools zip dosfstools flock coreutils
- name: Print realpath version
run: realpath --version
- name: Print bash version
working-directory: .
run: bash --version
- name: Test Java Compiler

View File

@ -35,7 +35,6 @@ jobs:
uses: cygwin/cygwin-install-action@master
- name: Print bash version
working-directory: .
run: bash --version
- name: Test Java Compiler
@ -46,11 +45,9 @@ jobs:
run: bash gen_live_documentation.sh
- name: Print arm GCC version
working-directory: .
run: arm-none-eabi-gcc -v
- name: Print make version
working-directory: .
run: make -v
- name: Compile

View File

@ -37,7 +37,6 @@ jobs:
run: ./gen_live_documentation.sh
- name: Print GCC version
working-directory: .
run: gcc -v
- name: Build Native Unit Tests as shared library

View File

@ -27,7 +27,6 @@ jobs:
uses: cygwin/cygwin-install-action@master
- name: Print bash version
working-directory: .
run: bash --version
- name: Test Java Compiler
@ -38,11 +37,9 @@ jobs:
run: bash gen_live_documentation.sh
- name: Print GCC version
working-directory: .
run: gcc -v
- name: Print make version
working-directory: .
run: make -v
- name: Compile

View File

@ -38,7 +38,6 @@ jobs:
brew install mtools zip dosfstools flock coreutils
- name: Print bash version
working-directory: .
run: bash --version
- name: Test Java Compiler
@ -50,7 +49,6 @@ jobs:
- name: Print Compiler version
# NOTE: on mac, this is actually symlink'd to clang, not gcc, but that's ok - we want to build on both
working-directory: .
run: gcc -v
- name: Build Tests