-
Notifications
You must be signed in to change notification settings - Fork 415
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Jitpack is a pseudo-repository for Android (and other) artifacts that builds AARs from GitHub repos for projects that do not themselves publish their artifacts to somewhere like Maven Central. Adding this allows Android app developers to add a dependency on com.github.khronos:vulkan-validationlayers:$TAG to their build.gradle file rather than needing to manage the VVL libraries themselves. See the comment at the top of jitpack.yml for more information. Fixes #8167
- Loading branch information
Showing
4 changed files
with
294 additions
and
41 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
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# This file enables jitpack.io to build this repository into an AAR (Android | ||
# Archive) for easier consumption by app developers. Instead of needing to | ||
# download the VVL release artifacts from GitHub and check those libraries into | ||
# their repository, they can instead depend on | ||
# com.github.khronos:vulkan-validationlayers:$TAG. Jitpack will build the | ||
# repository into an AAR and serve that artifact to developers. | ||
# | ||
# One caveat: if the VVL build is not completely deterministic (unlikely), the | ||
# artifacts served from jitpack will not exactly match those hosted on the | ||
# GitHub Release page, since jitpack will build the artifacts rather than serve | ||
# the ones from the release. | ||
# | ||
# https://jitpack.io/docs/BUILDING/ | ||
# https://github.com/KhronosGroup/Vulkan-ValidationLayers/issues/8167 | ||
# https://github.com/KhronosGroup/Vulkan-ValidationLayers/pull/8303 | ||
install: | ||
- python scripts/jitpack.py |
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
Oops, something went wrong.