Skip to content

Commit

Permalink
add standalone examples to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
xvik committed Dec 27, 2024
1 parent afab984 commit fd03b7a
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/examples-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,27 @@ jobs:
run: |
chmod +x gradlew
./gradlew build --no-daemon
- name: Run standalone simple android example
working-directory: examples/standalone/android-simple
run: |
chmod +x gradlew
./gradlew printAnimalsnifferTasks, build --no-daemon
- name: Run standalone multiplatform with android example
working-directory: examples/standalone/kotlin-multi-android-desktop-server
run: |
chmod +x gradlew
./gradlew printAnimalsnifferTasks, build --no-daemon
- name: Run standalone multiplatform with android only example
working-directory: examples/standalone/kotlin-multi-android-only
run: |
chmod +x gradlew
./gradlew printAnimalsnifferTasks, build --no-daemon
- name: Run standalone pure multiplatform example
working-directory: examples/standalone/kotlin-multi-desktop-server
run: |
chmod +x gradlew
./gradlew printAnimalsnifferTasks, build --no-daemon

0 comments on commit fd03b7a

Please sign in to comment.