mirror of
https://github.com/torlando-tech/pyxis.git
synced 2026-08-14 14:50:01 +00:00
ci: audit release flags and dependency pins
This commit is contained in:
@@ -28,6 +28,10 @@ jobs:
|
||||
- name: Build ${{ matrix.environment }}
|
||||
run: pio run -e ${{ matrix.environment }}
|
||||
|
||||
- name: Audit release artifact
|
||||
if: matrix.environment == 'tdeck-release'
|
||||
run: python tools/audit_release_build.py
|
||||
|
||||
- name: Upload firmware artifact
|
||||
if: matrix.environment == 'tdeck-release'
|
||||
uses: actions/upload-artifact@v4
|
||||
|
||||
@@ -33,6 +33,9 @@ jobs:
|
||||
- name: Build release-qualified T-Deck firmware
|
||||
run: pio run -e tdeck-release
|
||||
|
||||
- name: Audit release artifact
|
||||
run: python tools/audit_release_build.py
|
||||
|
||||
- name: Determine version string
|
||||
id: version
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user