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:
commit
b05a3de33f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user