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 bf10334 commit 129efefCopy full SHA for 129efef
.circleci/config.yml
@@ -57,7 +57,7 @@ workflows:
57
- prepare
58
matrix:
59
parameters:
60
- target: ["K64F", "DISCO_F413ZH", "DISCO_L475VG_IOT01A"]
+ target: ["K64F", "DISCO_F413ZH"]
61
toolchain: ["GCC_ARM","ARMC6"]
62
name: build-mbed-<< matrix.target >>-<< matrix.toolchain >>
63
- build_cmake:
@@ -68,5 +68,5 @@ workflows:
68
69
70
target: ["K64F", "DISCO_L475VG_IOT01A"]
71
- toolchain: ["GCC_ARM","ARMC6"]
+ toolchain: ["GCC_ARM"]
72
name: build-cmake-<< matrix.target >>-<< matrix.toolchain >>
0 commit comments