Travis: Added yaml references for mbed 2 jobs

pull/5729/head
Christopher Haster 2017-12-19 08:41:50 -06:00
parent 5ccfaf153b
commit a67cbf2680
1 changed files with 16 additions and 106 deletions

View File

@ -164,9 +164,9 @@ matrix:
- ls MOUNT/littlefs - ls MOUNT/littlefs
- CFLAGS="-Wno-format" make -CMOUNT/littlefs -B test_dirs QUIET=1 - CFLAGS="-Wno-format" make -CMOUNT/littlefs -B test_dirs QUIET=1
- python: '2.7' - &mbed-2
env: python: '2.7'
- NAME=mbed2-NXP env: NAME=mbed2-NXP
install: install:
# Install dependencies # Install dependencies
- sudo apt-get install gcc-arm-embedded - sudo apt-get install gcc-arm-embedded
@ -179,106 +179,16 @@ matrix:
- mkdir BUILD - mkdir BUILD
script: script:
# Run local mbed 2 testing # Run local mbed 2 testing
- python2 -u tools/build_travis.py --vendor NXP - python2 -u tools/build_travis.py --vendor "${NAME#mbed2-}"
- <<: *mbed-2
- python: '2.7' env: NAME=mbed2-STM
env: - <<: *mbed-2
- NAME=mbed2-STM env: NAME=mbed2-NORDIC
install: - <<: *mbed-2
# Install dependencies env: NAME=mbed2-SILICON_LABS
- sudo apt-get install gcc-arm-embedded - <<: *mbed-2
- pip install --user -r requirements.txt env: NAME=mbed2-MAXIM
# Print versions we use - <<: *mbed-2
- arm-none-eabi-gcc --version env: NAME=mbed2-ATMEL
- python --version - <<: *mbed-2
before_script: env: NAME=mbed2-NUVOTON
# Create BUILD directory for tests
- mkdir BUILD
script:
# Run local mbed 2 testing
- python2 -u tools/build_travis.py --vendor STM
- python: '2.7'
env:
- NAME=mbed2-NORDIC
install:
# Install dependencies
- sudo apt-get install gcc-arm-embedded
- pip install --user -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
- python2 -u tools/build_travis.py --vendor NORDIC
- python: '2.7'
env:
- NAME=mbed2-SILICON_LABS
install:
# Install dependencies
- sudo apt-get install gcc-arm-embedded
- pip install --user -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
- python2 -u tools/build_travis.py --vendor SILICON_LABS
- python: '2.7'
env:
- NAME=mbed2-MAXIM
install:
# Install dependencies
- sudo apt-get install gcc-arm-embedded
- pip install --user -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
- python2 -u tools/build_travis.py --vendor MAXIM
- python: '2.7'
env:
- NAME=mbed2-ATMEL
install:
# Install dependencies
- sudo apt-get install gcc-arm-embedded
- pip install --user -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
- python2 -u tools/build_travis.py --vendor ATMEL
- python: '2.7'
env:
- NAME=mbed2-NUVOTON
install:
# Install dependencies
- sudo apt-get install gcc-arm-embedded
- pip install --user -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
- python2 -u tools/build_travis.py --vendor NUVOTON