Skip to content

Commit 7239b01

Browse files
authored
Merge pull request #290 from KhronosGroup/ci
CI
2 parents 929c0c5 + 65c6d47 commit 7239b01

File tree

5 files changed

+8
-170
lines changed

5 files changed

+8
-170
lines changed

.azure-pipelines/shared/build_jobs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,9 @@ jobs:
9898
# useVulkan: 'true'
9999

100100
- job: combine_artifacts
101-
dependsOn: windows_build
101+
dependsOn:
102+
- generator
103+
- windows_build
102104
condition: ${{ eq(parameters.isSdkSourceRepo, true) }}
103105
displayName: "Organize artifacts"
104106
pool:

.github/workflows/OpenXR-SDK-Source/android-release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ jobs:
4040
with:
4141
name: repo
4242
path: maintainer-scripts/publish-aar/build/repo/
43+
- name: Add to release
44+
uses: softprops/action-gh-release@v1
45+
if: startsWith(github.ref, 'refs/tags/release-')
46+
with:
47+
files: openxr_loader_for_android*
4348

4449
# Hello XR
4550
build-helloxr-release:

.github/workflows/android-helloxr-ci.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

.github/workflows/android-release.yml

Lines changed: 0 additions & 100 deletions
This file was deleted.

.github/workflows/android-snapshot.yml

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)