The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci: Tidy trailing slash

+2 -2
+1 -1
.gitlab-ci.yml
··· 419 419 - ./gradlew assembleInProcessDebug 420 420 artifacts: 421 421 paths: 422 - - src/xrt/targets/openxr_android/build/outputs/apk/inProcess/ 422 + - src/xrt/targets/openxr_android/build/outputs/apk/inProcess 423 423 424 424 ubuntu:cmake: 425 425 stage: build
+1 -1
.gitlab-ci/config.yml
··· 148 148 149 149 - name: android:inProcess 150 150 target: assembleInProcessDebug 151 - artifact_path: src/xrt/targets/openxr_android/build/outputs/apk/inProcess/ 151 + artifact_path: src/xrt/targets/openxr_android/build/outputs/apk/inProcess 152 152 153 153 - name: ubuntu 154 154 images: