Merge pull request #7 from thecoder08/master

Add andoid build to CI/CD
This commit is contained in:
Bluzume 2021-08-25 04:20:37 +12:00 committed by GitHub
commit 7a23d2b915
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 1 deletions

View File

@ -4,6 +4,24 @@ on:
[push, workflow_dispatch] [push, workflow_dispatch]
jobs: jobs:
buildandroid:
name: Build Android app
runs-on: ubuntu-latest
steps:
- name: Get repository code
uses: actions/checkout@v2
with:
ref: android
- name: Build Android app
run: chmod +x gradlew && ./gradlew assembleWebview
- name: Upload Android build
uses: actions/upload-artifact@v2
with:
name: KitsuneOffline-android.apk
path: app/build/outputs/apk/webview/release/app-webview-release-unsigned.apk
buildios: buildios:
name: Build iOS app name: Build iOS app
runs-on: macos-latest runs-on: macos-latest

View File

@ -5,7 +5,7 @@
Local Offline version of Kitsune Google Doodle, (Doodle Champion Island Games) Local Offline version of Kitsune Google Doodle, (Doodle Champion Island Games)
useful if you want to play without internet (or just want to mod the game) useful if you want to play without internet (or just want to mod the game)
*rc6 version files located in logos/ folder* *rc7 version files located in logos/ folder*
How to play: (for noobs) How to play: (for noobs)
Goto the releases page, download the zip and open kitsune.exe, there your done! Goto the releases page, download the zip and open kitsune.exe, there your done!