Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Only build oculus release on taskcluster
Browse files Browse the repository at this point in the history
  • Loading branch information
bluemarvin committed Apr 19, 2019
1 parent 12bf7be commit 506bb96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ tasks:
# adjust token.
###############################################################################
# && ./gradlew --no-daemon --console=plain clean assembleOculusvrArmRelease
# && ./gradlew --no-daemon --console=plain clean assembleNoapi assembleGooglevr assembleWavevr assembleSvr assembleOculusvr
- provisionerId: '{{ taskcluster.docker.provisionerId }}'
workerType: '{{ taskcluster.docker.workerType }}'
extra:
Expand Down Expand Up @@ -124,7 +125,7 @@ tasks:
&& git submodule update
&& . tools/taskcluster/get_third_party.sh
&& cp tools/gradle/taskcluster.properties ./user.properties
&& ./gradlew --no-daemon --console=plain clean assembleNoapi assembleGooglevr assembleWavevr assembleSvr assembleOculusvr
&& ./gradlew --no-daemon --console=plain clean assembleOculusvrArmRelease
&& . tools/taskcluster/sign.sh release-signing-token -r
&& . tools/taskcluster/upload_symbols.sh
artifacts:
Expand Down

0 comments on commit 506bb96

Please sign in to comment.