add building of web app

This commit is contained in:
John O'Reilly 2020-09-07 20:07:23 +01:00
parent 1bd87170bb
commit 1c2b9f713c

View file

@ -17,4 +17,8 @@ jobs:
run: ./gradlew assembleDebug
- name: Build web app
run: ./gradlew :web:assemble
- name: Build iOS shared code
run: ./gradlew :common:compileKotlinIOS
- name: Build macOS shared code
run: ./gradlew :common:compileKotlinMacOS