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 a7df684 commit b56e096Copy full SHA for b56e096
.travis.yml
@@ -143,10 +143,8 @@ matrix:
143
# Replace the content of mbed-os.lib to stay on ${TRAVIS_PULL_REQUEST}
144
- echo “” > mbed-os.lib
145
- mbedtools checkout;
146
- - mbedtools configure -t GCC_ARM -m ${TARGET_NAME};
147
- - mkdir -p build
148
script:
149
- - cd build && cmake .. -GNinja -DCMAKE_BUILD_TYPE=${PROFILE} && cmake --build .
+ - mbedtools build -t GCC_ARM -m ${TARGET_NAME} -b ${PROFILE} -c
150
151
- <<: *cmake-build-test
152
name: "CMake blinky example - release (K64F)"
0 commit comments