Skip to content

Commit

Permalink
[GitHub] Re-add the Android workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RobDangerous committed Feb 23, 2025
1 parent d51becc commit e23ac49
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/android-vulkan.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Android (Vulkan)

on:
push:
branches:
- v3
pull_request:
branches:
- v3

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
distribution: 'oracle'
java-version: '17'
- name: Get Submodules
run: ./get_dlc
- name: Compile
run: ./make android -g vulkan --kore . --from tests/empty --compile

0 comments on commit e23ac49

Please sign in to comment.