Skip to content

Commit b7004ef

Browse files
committed
travis: Add nrf port to Travis CI build.
1 parent 6ac4304 commit b7004ef

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,18 @@ jobs:
113113
- make ${MAKEOPTS} -C mpy-cross
114114
- make ${MAKEOPTS} -C ports/windows CROSS_COMPILE=i686-w64-mingw32-
115115

116+
# nrf port
117+
- stage: test
118+
env: NAME="nrf port build"
119+
install:
120+
# need newer gcc version to support variables in linker script
121+
- sudo add-apt-repository -y ppa:team-gcc-arm-embedded/ppa
122+
- sudo apt-get update -qq || true
123+
- sudo apt-get install gcc-arm-embedded
124+
- arm-none-eabi-gcc --version
125+
script:
126+
- make ${MAKEOPTS} -C ports/nrf
127+
116128
# bare-arm and minimal ports
117129
- stage: test
118130
env: NAME="bare-arm and minimal ports build"

0 commit comments

Comments
 (0)