mirror of
https://github.com/EyeTrackVR/OpenIris.git
synced 2025-11-04 15:39:42 +08:00
ci(ci-test-docker): test new docker container
This commit is contained in:
parent
2463aac8c8
commit
16eefb86f4
9
.github/workflows/build_release_bins.yml
vendored
9
.github/workflows/build_release_bins.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
target_name: [esp32AIThinker, esp32M5Stack, esp32Cam, esp_eye, wrover]
|
target_name: [esp32AIThinker, esp32M5Stack, esp32Cam, esp_eye, wrover, wrovers3]
|
||||||
target_build_type: ["", _release, _OTA]
|
target_build_type: ["", _release, _OTA]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
@ -62,11 +62,16 @@ jobs:
|
|||||||
echo "::group::pio run"
|
echo "::group::pio run"
|
||||||
pio run --environment ${{ matrix.target_name }}${{ matrix.target_build_type }}
|
pio run --environment ${{ matrix.target_name }}${{ matrix.target_build_type }}
|
||||||
echo "::endgroup::"
|
echo "::endgroup::"
|
||||||
|
echo "::group::create zip"
|
||||||
unzip -l './build/${{ matrix.target_name }}${{ matrix.target_build_type }}/*.zip'
|
unzip -l './build/${{ matrix.target_name }}${{ matrix.target_build_type }}/*.zip'
|
||||||
|
echo "::endgroup::"
|
||||||
|
echo "::group::copy firmware name file"
|
||||||
|
cp ./ESP/tools/firmware_name.txt ./build/${{ matrix.target_name }}${{ matrix.target_build_type }}/firmware_name.txt
|
||||||
|
echo "::endgroup::"
|
||||||
- name: Archive Firmware name File
|
- name: Archive Firmware name File
|
||||||
# create an environment variable with the name of the firmware file by catting the firmware_name.txt file
|
# create an environment variable with the name of the firmware file by catting the firmware_name.txt file
|
||||||
run: |
|
run: |
|
||||||
echo "FIRMWARE_NAME=$(cat ./ESP/tools/firmware_name.txt)" >> $GITHUB_ENV
|
echo "FIRMWARE_NAME=$(cat ./build/${{ matrix.target_name }}${{ matrix.target_build_type }}/firmware_name.txt)" >> $GITHUB_ENV
|
||||||
- name: Archive Firmware Binaries
|
- name: Archive Firmware Binaries
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user