add building of web app
This commit is contained in:
parent
1bd87170bb
commit
1c2b9f713c
1 changed files with 4 additions and 0 deletions
4
.github/workflows/android.yml
vendored
4
.github/workflows/android.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue