Skip to content

Commit

Permalink
Removed tree diagnosis from Test-RefApps. Removed GCC build from Test…
Browse files Browse the repository at this point in the history
…-Examples
  • Loading branch information
evangelos.ganotopoulos@arm.com authored and evangelos.ganotopoulos@arm.com committed Aug 6, 2024
1 parent 02e9275 commit 29b9add
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
19 changes: 1 addition & 18 deletions .github/workflows/Test-Examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,21 +79,4 @@ jobs:
path: |
./CI/Examples/Blinky/
!./CI/Examples/Blinky/tmp/
retention-days: 1

- name: Build Blinky GCC
if: always()
working-directory: ./CI/Examples/Blinky
run: |
rm -rf out
rm -rf tmp
cbuild ./Blinky.csolution.yml --packs --update-rte --packs --toolchain GCC --rebuild
- name: Upload Artifact of the Blinky GCC build
if: always()
uses: actions/upload-artifact@v4
with:
name: Blinky_GCC
path: |
./CI/Examples/Blinky/
!./CI/Examples/Blinky/tmp/
retention-days: 1
2 changes: 0 additions & 2 deletions .github/workflows/Test-RefApps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,7 @@ jobs:
if: always()
working-directory: ./
run: |
tree -a -d -L 6
rm -rf ./CI/MW-RefApps/Examples/${{ matrix.solution.dir }}/Board/*
tree -a -d -L 6
cp -rf ${{ matrix.solution.layer_gcc }}/* ./CI/MW-RefApps/Examples/${{ matrix.solution.dir }}/Board/ # Copy the Board layer
- name: ${{ matrix.solution.name }} GCC build test
Expand Down

0 comments on commit 29b9add

Please sign in to comment.