Skip to content
Maarten Vandersteegen edited this page Apr 14, 2017 · 1 revision

Welcome to the rpi-ci-lamp wiki!

Debugging travis build locally:

Security opt is to enable debugging using gdb:

sudo docker pull travisci/ci-garnet:<tag>     # only the first time
sudo docker run --name travis-debug --security-opt seccomp=unconfined -dit travisci/ci-garnet:<tag> /sbin/init
sudo docker exec -it travis-debug bash -l
$ su travis
$ ... do stuff ...
$ exit
Clone this wiki locally