mirror of
https://github.com/lukstep/raspberry-pi-pico-docker-sdk.git
synced 2025-12-22 18:45:56 +03:00
Fix sdk_test script
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
docker build . --tag lukstep/raspberry-pi-pico-sdk:latest
|
docker build . --tag lukstep/raspberry-pi-pico-sdk:latest
|
||||||
docker run -d -it --name pico-sdk --mount type=bind,source=${PWD}/test_poject,target=/home/dev pico-sdk
|
docker run -d -it --name pico-sdk --mount type=bind,source=${PWD}/test_poject,target=/home/dev lukstep/raspberry-pi-pico-sdk:latest
|
||||||
docker exec pico-sdk /bin/sh -c "cd /home/dev && mkdir build && cd build && cmake .. && make -j4"
|
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 exec pico-sdk /bin/sh -c "picotool"
|
||||||
|
|||||||
Reference in New Issue
Block a user