1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #1130 from authmillenon/travis-tweaks

Add unittests to travis builds
This commit is contained in:
Martine Lenders 2014-05-13 08:32:29 +02:00
commit b05a3de33f

View File

@ -1,8 +1,6 @@
language: c
before_install:
- sudo apt-get update
- sudo apt-get install emdebian-archive-keyring
- echo 'deb http://www.emdebian.org/debian wheezy main' | sudo tee /etc/apt/sources.list.d/emdebian.list > /dev/null
@ -10,8 +8,6 @@ before_install:
- echo 'deb http://us.archive.ubuntu.com/ubuntu trusty-backports main restricted universe multiverse' | sudo tee -a /etc/apt/sources.list.d/trusty.list > /dev/null
- echo 'deb http://us.archive.ubuntu.com/ubuntu trusty-security main restricted universe multiverse' | sudo tee -a /etc/apt/sources.list.d/trusty.list > /dev/null
- echo 'deb http://us.archive.ubuntu.com/ubuntu trusty-updates main restricted universe multiverse' | sudo tee -a /etc/apt/sources.list.d/trusty.list > /dev/null
- sudo apt-get update
- sudo add-apt-repository -y ppa:terry.guo/gcc-arm-embedded
- sudo apt-get update
@ -23,6 +19,7 @@ install:
script:
- ./dist/tools/compile_test/compile_test.py
- make -C ./tests/unittests term
notifications:
email: false