-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Copyright 2021-2023, Collabora, Ltd. | ||
# Copyright 2021-2024, Collabora, Ltd. | ||
# SPDX-License-Identifier: CC0-1.0 | ||
|
||
name: Android OpenXR-CTS - Android Build | ||
|
@@ -24,7 +24,7 @@ jobs: | |
lfs: true | ||
|
||
- name: Get modern CMake and Ninja | ||
uses: lukka/get-cmake@v3.28.3 | ||
uses: lukka/get-cmake@v3.29.5 | ||
|
||
- name: set up JDK 11 | ||
uses: actions/setup-java@v4 | ||
|
@@ -33,10 +33,10 @@ jobs: | |
distribution: "temurin" | ||
cache: gradle | ||
|
||
- uses: gradle/[email protected] | ||
with: | ||
arguments: ${{ inputs.gradleTask }} | ||
build-root-directory: src/conformance | ||
- uses: "gradle/actions/setup-gradle@v3" | ||
|
||
- name: "Build with Gradle" | ||
run: "cd src/conformance && ./gradlew ${{ inputs.gradleTask }}" | ||
|
||
- name: Upload unsigned artifacts | ||
uses: actions/upload-artifact@v3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Copyright 2021-2023, Collabora, Ltd. | ||
# Copyright 2021-2024, Collabora, Ltd. | ||
# SPDX-License-Identifier: CC0-1.0 | ||
|
||
name: Android OpenXR-CTS | ||
|
@@ -11,15 +11,15 @@ on: | |
- "devel" | ||
|
||
jobs: | ||
build-loader: | ||
build-cts-pr: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
with: | ||
lfs: true | ||
|
||
- name: Get modern CMake and Ninja | ||
uses: lukka/get-cmake@v3.28.3 | ||
uses: lukka/get-cmake@v3.29.5 | ||
|
||
- name: set up JDK 11 | ||
uses: actions/setup-java@v4 | ||
|
@@ -28,10 +28,10 @@ jobs: | |
distribution: "temurin" | ||
cache: gradle | ||
|
||
- uses: gradle/[email protected] | ||
with: | ||
arguments: assembleDebug | ||
build-root-directory: src/conformance | ||
- uses: "gradle/actions/setup-gradle@v3" | ||
|
||
- name: "Build with Gradle" | ||
run: "cd src/conformance && ./gradlew assembleDebug" | ||
|
||
- name: Upload OpenXR-CTS Android | ||
uses: actions/upload-artifact@v3 | ||
|