Skip to content

Commit ac4a91f

Browse files
committed
Add test teardown
1 parent 8330c3c commit ac4a91f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test_sdk.sh

+2
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ docker build . --tag lukstep/raspberry-pi-pico-sdk:latest
22
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"
5+
docker container kill pico-sdk
6+
docker container rm pico-sdk

0 commit comments

Comments
 (0)