Skip to content

Commit

Permalink
Test freertos_test_project build
Browse files Browse the repository at this point in the history
  • Loading branch information
lukstep committed Apr 4, 2024
1 parent 3195fa3 commit 90a3a3c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test_sdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,9 @@ docker exec pico-sdk /bin/sh -c "cd /home/dev && mkdir build && cd build && cmak
docker exec pico-sdk /bin/sh -c "picotool"
docker container kill pico-sdk
docker container rm pico-sdk

docker run -d -it --name pico-sdk --mount type=bind,source=${PWD}/freertos_test_poject,target=/home/dev $1
docker exec pico-sdk /bin/sh -c "cd /home/dev && mkdir build && cd build && cmake .. && make -j4"
docker exec pico-sdk /bin/sh -c "picotool"
docker container kill pico-sdk
docker container rm pico-sdk

0 comments on commit 90a3a3c

Please sign in to comment.