Skip to content

Commit a63903a

Browse files
Add language in installation step of the cmakecheck job
1 parent b1d3b06 commit a63903a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ matrix:
109109
':!*tests/*' ':!*targets/*' ':!*TARGET_*' ':!*unsupported/*' \
110110
':!*events/tests/*' ':!*drivers/tests/*'
111111
112-
### Docs Tests ###
112+
### Docs Tests ###
113113
- &docs-vm
114114
stage: "Docs"
115115
name: "astyle"
@@ -346,6 +346,7 @@ matrix:
346346
stage: "Extended"
347347
name: "cmakecheck"
348348
env: NAME=cmakecheck
349+
language: python
349350
python: 3.7
350351
install:
351352
# Install python modules
@@ -356,6 +357,6 @@ matrix:
356357
script:
357358
# Validate MBED_TEST_MODE backward compatibility
358359
- mbedtools configure -p tools/cmake/tests/mbed_test_mode -t GCC_ARM -m K64F --mbed-os-path .
359-
- cmake -S tools/cmake/tests/mbed_test_mode -B tools/cmake/tests/mbed_test_mode/cmake_build/K64F/develop/GCC_ARM/ -GNinja -DCMAKE_BUILD_TYPE=develop
360+
- cmake -S tools/cmake/tests/mbed_test_mode/ -B tools/cmake/tests/mbed_test_mode/cmake_build/K64F/develop/GCC_ARM/ -GNinja -DCMAKE_BUILD_TYPE=develop
360361
- cmake --build tools/cmake/tests/mbed_test_mode/cmake_build/K64F/develop/GCC_ARM/
361362

0 commit comments

Comments
 (0)