mirror of https://github.com/ARMmbed/mbed-os.git
mbedmicro/mbed#87 Added some travis support, I hope. Only currently supports GCC_ARM and untested so far...
parent
5aad98af4b
commit
ca5a5a4f5f
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
install: travis/install_dependencies.sh
|
||||
python:
|
||||
- "2.7"
|
||||
script: "python workspace_tools/build.py -r -e -U -u -d -b -t GCC_ARM"
|
||||
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
echo "Installing compilation dependencies."
|
||||
|
||||
# Install GCC-ARM Compiler.
|
||||
sudo add-apt-repository -y ppa:terry.guo/gcc-arm-embedded
|
||||
sudo apt-get update
|
||||
sudo apt-get install gcc-arm-none-eabi
|
||||
Loading…
Reference in New Issue