Skip to content

Commit 252e5c0

Browse files
committed
Update travis to call mbedtools with build commandline argument to avoid configure step
1 parent 006819e commit 252e5c0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,8 @@ matrix:
6262
- >-
6363
git clone --depth=1 --single-branch https://github.com/ARMmbed/mbed-os.git;
6464
- >-
65-
mbedtools configure -t GCC_ARM -m ${TARGET_NAME};
66-
mkdir -p build
6765
script:
68-
- cd build && cmake .. -GNinja -DCMAKE_BUILD_TYPE=${PROFILE} && cmake --build .
66+
- mbedtools build -t GCC_ARM -m ${TARGET_NAME} -b ${PROFILE}
6967
- ccache -s
7068

7169
- <<: *cmake-build-test

0 commit comments

Comments
 (0)