Add Android to CI

This commit is contained in:
Wojtek Figat
2022-07-13 21:45:22 +02:00
parent 7a15ed3e43
commit c27a1ddb41

21
.github/workflows/build_android.yml vendored Normal file
View File

@@ -0,0 +1,21 @@
name: Build Android
on: [push, pull_request]
jobs:
# Game
game-windows:
name: Game (Android, Release ARM64)
runs-on: "windows-2019"
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Setup Vulkan
uses: ./.github/actions/vulkan
- name: Checkout LFS
run: |
git lfs version
git lfs pull
- name: Build
run: |
.\Development\Scripts\Windows\CallBuildTool.bat -build -log -arch=ARM64 -platform=Android -configuration=Release -buildtargets=FlaxGame