|
|
@ -17,7 +17,7 @@ install:
|
|
|
|
before_script:
|
|
|
|
before_script:
|
|
|
|
- avr-gcc --version
|
|
|
|
- avr-gcc --version
|
|
|
|
script:
|
|
|
|
script:
|
|
|
|
- make test AUTOGEN="false"
|
|
|
|
- make test AUTOGEN=false
|
|
|
|
- bash util/travis_build.sh
|
|
|
|
- bash util/travis_build.sh
|
|
|
|
addons:
|
|
|
|
addons:
|
|
|
|
apt:
|
|
|
|
apt:
|
|
|
@ -29,6 +29,4 @@ addons:
|
|
|
|
- libnewlib-arm-none-eabi
|
|
|
|
- libnewlib-arm-none-eabi
|
|
|
|
- diffutils
|
|
|
|
- diffutils
|
|
|
|
after_success:
|
|
|
|
after_success:
|
|
|
|
if [ "$AUTOGEN" == "true" ]; then
|
|
|
|
bash util/travis_compiled_push.sh
|
|
|
|
bash util/travis_compiled_push.sh;
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|