build maven sample in CI and mention sample in install maven

This commit is contained in:
Robert Stoll
2020-05-15 20:05:21 +02:00
parent 3c425a984f
commit dad0e850d1
5 changed files with 12 additions and 9 deletions

View File

@@ -54,6 +54,10 @@ jobs:
- name: build Junit5 sample
run: samples\jvm\junit5\gradlew -p samples\jvm\junit5 build
- name: build maven sample
run: (cd samples/maven; ./mvnw)
shell: bash
- name: build MPP sample
run: samples\multiplatform\gradlew -p samples\multiplatform build