Skip to content

Commit

Permalink
Added CI folder with subfolders. Removed mkdir commands from BSP-Test…
Browse files Browse the repository at this point in the history
….yml
  • Loading branch information
evangelos.ganotopoulos@arm.com authored and evangelos.ganotopoulos@arm.com committed Jul 31, 2024
1 parent 4b0a507 commit 72ce025
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/BSP-Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
.gitignore
.ci
vcpkg-configuration.json
CI
- name: Checkout STM32H743I-EVAL_BSP
uses: actions/checkout@v4
Expand Down Expand Up @@ -71,7 +72,6 @@ jobs:
cpackget add ./CMSIS-Driver_STM32/ARM.CMSIS-Driver_STM32.pdsc
cpackget list
csolution list environment --verbose
find /home/runner/ -name '*.pidx'
- name: Show local_repository.pidx content
run: |
Expand All @@ -81,11 +81,6 @@ jobs:
run: |
cpackget list
- name: Create CI/Examples directory
working-directory: ./
run: |
mkdir -p CI/Examples
- name: Show directories
working-directory: ./../
run: |
Expand All @@ -109,10 +104,6 @@ jobs:
- name: Copy board layer
working-directory: ./
run: |
mkdir -p CI/Examples/FileSystem/Board
mkdir -p CI/Examples/Network/Board
mkdir -p CI/Examples/USB/Device/Board
mkdir -p CI/Examples/USB/Host/Board
cp -rf ./BSP/Layers/IoT/* ./CI/Examples/FileSystem/Board/
cp -rf ./BSP/Layers/IoT/* ./CI/Examples/Network/Board/
cp -rf ./BSP/Layers/IoT/* ./CI/Examples/USB/Device/Board/
Expand All @@ -132,7 +123,6 @@ jobs:
tree -d -L 5
ls ./FileSystem/*.yml
- name: Initial build test
working-directory: ./CI/Examples/FileSystem/
run: |
Expand Down

0 comments on commit 72ce025

Please sign in to comment.