mirror of
https://github.com/lukstep/raspberry-pi-pico-docker-sdk.git
synced 2025-12-22 18:45:56 +03:00
Add SDK test and reorganize repository
This commit is contained in:
4
test_sdk.sh
Normal file
4
test_sdk.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
docker build . --tag pico-sdk
|
||||
docker run -d -it --name pico-sdk --mount type=bind,source=${PWD}/test_poject,target=/home/dev pico-sdk
|
||||
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"
|
||||
Reference in New Issue
Block a user