Skip to content

Commit c2b61e5

Browse files
gekyadbridge
authored andcommitted
Removed mbed 2 builds from Travis
1 parent 941dcca commit c2b61e5

File tree

1 file changed

+0
-34
lines changed

1 file changed

+0
-34
lines changed

.travis.yml

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -187,37 +187,3 @@ matrix:
187187
STATUSM="$STATUSM ($(python -c "print '%+.2f' % (100*($CURR-$PREV)/$PREV.0)")%)"
188188
fi
189189
- bash -c "$STATUS" success "$STATUSM"
190-
191-
- &mbed-2
192-
env: NAME=mbed2-NXP
193-
install:
194-
# Install dependencies
195-
- export GCC_DIR=$HOME/gcc-arm-none-eabi-6-2017-q2-update
196-
- export GCC_ARCHIVE=$HOME/gcc-arm-none-eabi-6-2017-q2-update-linux.tar.bz2
197-
- 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
198-
- if [ ! -e $GCC_DIR/bin/arm-none-eabi-gcc ]; then wget $GCC_URL -O $GCC_ARCHIVE; tar xfj $GCC_ARCHIVE -C $HOME; fi
199-
- export PATH=$PATH:$GCC_DIR/bin
200-
- pip install -r requirements.txt
201-
# Print versions we use
202-
- arm-none-eabi-gcc --version
203-
- python --version
204-
before_script:
205-
# Create BUILD directory for tests
206-
- mkdir BUILD
207-
script:
208-
# Run local mbed 2 testing
209-
- python -u tools/build_travis.py --vendor "${NAME#mbed2-}"
210-
- <<: *mbed-2
211-
env: NAME=mbed2-STM
212-
- <<: *mbed-2
213-
env: NAME=mbed2-NORDIC
214-
- <<: *mbed-2
215-
env: NAME=mbed2-SILICON_LABS
216-
- <<: *mbed-2
217-
env: NAME=mbed2-MAXIM
218-
- <<: *mbed-2
219-
env: NAME=mbed2-ATMEL
220-
- <<: *mbed-2
221-
env: NAME=mbed2-NUVOTON
222-
- <<: *mbed-2
223-
env: NAME=mbed2-RENESAS

0 commit comments

Comments
 (0)