Skip to content

Commit 129efef

Browse files
fewer builds
1 parent bf10334 commit 129efef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ workflows:
5757
- prepare
5858
matrix:
5959
parameters:
60-
target: ["K64F", "DISCO_F413ZH", "DISCO_L475VG_IOT01A"]
60+
target: ["K64F", "DISCO_F413ZH"]
6161
toolchain: ["GCC_ARM","ARMC6"]
6262
name: build-mbed-<< matrix.target >>-<< matrix.toolchain >>
6363
- build_cmake:
@@ -68,5 +68,5 @@ workflows:
6868
matrix:
6969
parameters:
7070
target: ["K64F", "DISCO_L475VG_IOT01A"]
71-
toolchain: ["GCC_ARM","ARMC6"]
71+
toolchain: ["GCC_ARM"]
7272
name: build-cmake-<< matrix.target >>-<< matrix.toolchain >>

0 commit comments

Comments
 (0)