Skip to content

Commit

Permalink
Merge pull request #290 from KhronosGroup/ci
Browse files Browse the repository at this point in the history
CI
  • Loading branch information
rpavlik authored Jan 12, 2022
2 parents 929c0c5 + 65c6d47 commit 7239b01
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 170 deletions.
4 changes: 3 additions & 1 deletion .azure-pipelines/shared/build_jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,9 @@ jobs:
# useVulkan: 'true'

- job: combine_artifacts
dependsOn: windows_build
dependsOn:
- generator
- windows_build
condition: ${{ eq(parameters.isSdkSourceRepo, true) }}
displayName: "Organize artifacts"
pool:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/OpenXR-SDK-Source/android-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ jobs:
with:
name: repo
path: maintainer-scripts/publish-aar/build/repo/
- name: Add to release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/release-')
with:
files: openxr_loader_for_android*

# Hello XR
build-helloxr-release:
Expand Down
31 changes: 0 additions & 31 deletions .github/workflows/android-helloxr-ci.yml

This file was deleted.

100 changes: 0 additions & 100 deletions .github/workflows/android-release.yml

This file was deleted.

38 changes: 0 additions & 38 deletions .github/workflows/android-snapshot.yml

This file was deleted.

0 comments on commit 7239b01

Please sign in to comment.