ch376-native: updated github action build scripts to also attempt to transpile driver from c to assembly

This commit is contained in:
Dean Netherton
2025-01-22 12:10:13 +11:00
parent 3f8bc43596
commit bf2a45f83e
4 changed files with 24 additions and 6 deletions

View File

@@ -26,7 +26,8 @@ jobs:
run: |
export TZ='America/Los_Angeles'
sudo apt-get install srecord
make distlog
make transpile-c-code
make distlog --trace
rm -rf .git*
- name: List Output
@@ -58,7 +59,8 @@ jobs:
run: |
export TZ='America/Los_Angeles'
brew install srecord
make distlog
make transpile-c-code
make distlog --trace
rm -rf .git*
- name: List Output

View File

@@ -19,7 +19,8 @@ jobs:
export TZ='America/Los_Angeles'
sudo apt-get install libncurses-dev
sudo apt-get install srecord
make distlog
make transpile-c-code
make distlog --trace
rm -rf .git*
- name: Create Package Archive