Supports Bamboo builds and deployments and Bitrise workflows. Copy config.yml.template
to config.yml
and fill in username, password, token as appropriate.
pip3 install untangle
pip3 install pyyaml
pip3 install git+https://github.com/nosix/raspberry-gpio-emulator/
# Will SSH the Pi, copy the build monitor and install the dependencies
make install
python3 main.py
ssh pi@raspberrypi.local
cd ws/buildmonitor
python3 main.py
Update the Pi user's autostart
script:
cd /home/pi/ws/buildmonitor
start.sh
ssh-copy-id -i ~/.ssh/<your_key> pi@raspberrypi.local