We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ac4304 commit b7004efCopy full SHA for b7004ef
.travis.yml
@@ -113,6 +113,18 @@ jobs:
113
- make ${MAKEOPTS} -C mpy-cross
114
- make ${MAKEOPTS} -C ports/windows CROSS_COMPILE=i686-w64-mingw32-
115
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
+
128
# bare-arm and minimal ports
129
- stage: test
130
env: NAME="bare-arm and minimal ports build"
0 commit comments