mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #6114 from ARMmbed/g-remove-mbed2
Remove mbed 2 builds from Travispull/6192/head
commit
59c46001ff
34
.travis.yml
34
.travis.yml
|
@ -187,37 +187,3 @@ matrix:
|
||||||
STATUSM="$STATUSM ($(python -c "print '%+.2f' % (100*($CURR-$PREV)/$PREV.0)")%)"
|
STATUSM="$STATUSM ($(python -c "print '%+.2f' % (100*($CURR-$PREV)/$PREV.0)")%)"
|
||||||
fi
|
fi
|
||||||
- bash -c "$STATUS" success "$STATUSM"
|
- bash -c "$STATUS" success "$STATUSM"
|
||||||
|
|
||||||
- &mbed-2
|
|
||||||
env: NAME=mbed2-NXP
|
|
||||||
install:
|
|
||||||
# Install dependencies
|
|
||||||
- export GCC_DIR=$HOME/gcc-arm-none-eabi-6-2017-q2-update
|
|
||||||
- export GCC_ARCHIVE=$HOME/gcc-arm-none-eabi-6-2017-q2-update-linux.tar.bz2
|
|
||||||
- export GCC_URL=https://developer.arm.com/-/media/Files/downloads/gnu-rm/6-2017q2/gcc-arm-none-eabi-6-2017-q2-update-linux.tar.bz2?revision=2cc92fb5-3e0e-402d-9197-bdfc8224d8a5?product=GNU%20Arm%20Embedded%20Toolchain,64-bit,,Linux,6-2017-q2-update
|
|
||||||
- if [ ! -e $GCC_DIR/bin/arm-none-eabi-gcc ]; then wget $GCC_URL -O $GCC_ARCHIVE; tar xfj $GCC_ARCHIVE -C $HOME; fi
|
|
||||||
- export PATH=$PATH:$GCC_DIR/bin
|
|
||||||
- pip install -r requirements.txt
|
|
||||||
# Print versions we use
|
|
||||||
- arm-none-eabi-gcc --version
|
|
||||||
- python --version
|
|
||||||
before_script:
|
|
||||||
# Create BUILD directory for tests
|
|
||||||
- mkdir BUILD
|
|
||||||
script:
|
|
||||||
# Run local mbed 2 testing
|
|
||||||
- python -u tools/build_travis.py --vendor "${NAME#mbed2-}"
|
|
||||||
- <<: *mbed-2
|
|
||||||
env: NAME=mbed2-STM
|
|
||||||
- <<: *mbed-2
|
|
||||||
env: NAME=mbed2-NORDIC
|
|
||||||
- <<: *mbed-2
|
|
||||||
env: NAME=mbed2-SILICON_LABS
|
|
||||||
- <<: *mbed-2
|
|
||||||
env: NAME=mbed2-MAXIM
|
|
||||||
- <<: *mbed-2
|
|
||||||
env: NAME=mbed2-ATMEL
|
|
||||||
- <<: *mbed-2
|
|
||||||
env: NAME=mbed2-NUVOTON
|
|
||||||
- <<: *mbed-2
|
|
||||||
env: NAME=mbed2-RENESAS
|
|
||||||
|
|
Loading…
Reference in New Issue