Fork of the espurna firmware for `mhsw` switches
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
165 B

#!/bin/bash
set -e -v
cd code
if [ ${TRAVIS_BUILD_STAGE_NAME} = "Test" ]; then
scripts/test_build.py -e $BUILDER_ENV $BUILDER_EXTRA
else
./build.sh -p
fi