Skip to content

Commit

Permalink
WIP: test ls -R (checking for elfs) + cp elfs
Browse files Browse the repository at this point in the history
  • Loading branch information
tyeth committed Feb 7, 2024
1 parent e8dca25 commit 2baec33
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build-clang-doxy.yml
Expand Up @@ -75,7 +75,7 @@ jobs:
run: python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000
- name: list
run: |
ls
ls -R
ls examples/*/build/
- name: Rename build artifacts to reflect the platform name
run: |
Expand Down Expand Up @@ -145,6 +145,7 @@ jobs:
run: python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000
- name: Check artifacts
run: |
ls -R
ls examples/Wippersnapper_demo/build/*
- name: Rename build artifacts to reflect the platform name
run: |
Expand Down Expand Up @@ -397,7 +398,7 @@ jobs:
run: python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000
- name: list build artifacts
run: |
ls
ls -R
ls examples/*
- name: Rename build artifacts to reflect the platform name
run: |
Expand Down Expand Up @@ -473,19 +474,21 @@ jobs:
run: python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000
- name: list
run: |
ls
ls -R
ls examples/*/build/
- name: Rename build artifacts to reflect the platform name
run: |
mv examples/*/build/*/wippersnapper_debug.ino.uf2 wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.uf2
mv examples/*/build/*/wippersnapper_debug.ino.bin wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.bin
mv examples/*/build/*/wippersnapper_debug.ino.bin wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.elf
- name: upload build artifacts
uses: actions/upload-artifact@v3
with:
name: build-files-dev
path: |
wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.uf2
wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.bin
wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.elf
Expand Down

0 comments on commit 2baec33

Please sign in to comment.