mirror of https://github.com/ARMmbed/mbed-os.git
Update .travis.yml
parent
1054f86806
commit
9ef1fdec45
|
@ -2,4 +2,4 @@
|
||||||
install: "sudo $TRAVIS_BUILD_DIR/travis/install_dependencies.sh"
|
install: "sudo $TRAVIS_BUILD_DIR/travis/install_dependencies.sh"
|
||||||
python:
|
python:
|
||||||
- "2.7"
|
- "2.7"
|
||||||
script: "python workspace_tools/build.py -r -e -U -u -d -b -t uARM;python workspace_tools/build.py -r -e -U -u -d -b -t ARM;python workspace_tools/build.py -r -e -U -u -d -b -t GCC_ARM"
|
script: "python workspace_tools/build.py -r -e -U -u -d -b -t ARM_MICRO;python workspace_tools/build.py -r -e -U -u -d -b -t ARM_CC;python workspace_tools/build.py -r -e -U -u -d -b -t GCC_ARM"
|
||||||
|
|
Loading…
Reference in New Issue