Skip to content

Commit b874fd5

Browse files
committed
Fix sdk_test script
1 parent 9181e64 commit b874fd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_sdk.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
docker build . --tag lukstep/raspberry-pi-pico-sdk:latest
2-
docker run -d -it --name pico-sdk --mount type=bind,source=${PWD}/test_poject,target=/home/dev pico-sdk
2+
docker run -d -it --name pico-sdk --mount type=bind,source=${PWD}/test_poject,target=/home/dev lukstep/raspberry-pi-pico-sdk:latest
33
docker exec pico-sdk /bin/sh -c "cd /home/dev && mkdir build && cd build && cmake .. && make -j4"
44
docker exec pico-sdk /bin/sh -c "picotool"

0 commit comments

Comments
 (0)