Add SDK test and reorganize repository

This commit is contained in:
lukstep
2022-09-19 11:29:11 +02:00
committed by Łukasz
parent b067ae75eb
commit 1f37ffef34
4 changed files with 4 additions and 0 deletions

4
test_sdk.sh Normal file
View 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"