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 006819e commit 252e5c0Copy full SHA for 252e5c0
.travis.yml
@@ -62,10 +62,8 @@ matrix:
62
- >-
63
git clone --depth=1 --single-branch https://github.com/ARMmbed/mbed-os.git;
64
65
- mbedtools configure -t GCC_ARM -m ${TARGET_NAME};
66
- mkdir -p build
67
script:
68
- - cd build && cmake .. -GNinja -DCMAKE_BUILD_TYPE=${PROFILE} && cmake --build .
+ - mbedtools build -t GCC_ARM -m ${TARGET_NAME} -b ${PROFILE}
69
- ccache -s
70
71
- <<: *cmake-build-test
0 commit comments