Skip to content

Commit f40045d

Browse files
committed
Build Kotlin examples
1 parent 967e527 commit f40045d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/continuous-integration.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,15 @@ jobs:
4646
- name: Example "enumerate"
4747
run: ./mvnw $MAVEN_ARGS clean compile
4848
working-directory: ./examples/enumerate
49+
- name: Example "enumerate" (Kotlin)
50+
run: ./mvnw $MAVEN_ARGS clean compile
51+
working-directory: ./examples/enumerate_kotlin
4952
- name: Example "monitor"
5053
run: ./mvnw $MAVEN_ARGS clean compile
5154
working-directory: ./examples/monitor
55+
- name: Example "monitor" (Kotlin)
56+
run: ./mvnw $MAVEN_ARGS clean compile
57+
working-directory: ./examples/monitor_kotlin
5258
- name: Example "stm_dfu"
5359
run: ./mvnw $MAVEN_ARGS clean compile
5460
working-directory: ./examples/stm_dfu

0 commit comments

Comments
 (0)