1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

added sudo apt-get install g++-multilib to travis.yml

This commit is contained in:
Pham Huu Dang Nhat 2014-06-25 16:25:37 +07:00 committed by Pham Huu Dang Nhat
parent 3595506020
commit d204e832a7

View File

@ -18,6 +18,7 @@ install:
- sudo apt-get install gcc-msp430 - sudo apt-get install gcc-msp430
- sudo apt-get install pcregrep libpcre3 - sudo apt-get install pcregrep libpcre3
- sudo apt-get install qemu-system-x86 python3 - sudo apt-get install qemu-system-x86 python3
- sudo apt-get install g++-multilib
script: script:
- ./dist/tools/compile_test/compile_test.py - ./dist/tools/compile_test/compile_test.py