Skip to content

Commit

Permalink
GitHub Actions: Trigger Android build on release.
Browse files Browse the repository at this point in the history
  • Loading branch information
rpavlik committed Aug 29, 2024
1 parent 10b25b4 commit 9b676f9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/android-cts-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Copyright 2021-2024, Collabora, Ltd.
# SPDX-License-Identifier: CC0-1.0

name: Android OpenXR-CTS - Release
on:
release:
types: [published]
workflow_dispatch:

jobs:
# CTS
android-build:
uses: "./.github/workflows/android-cts-build.yml"
with:
gradleTask: assembleRelease
gradleOutputDir: src/conformance/build/outputs/apk/release

0 comments on commit 9b676f9

Please sign in to comment.