Skip to content

Commit

Permalink
Only build oculus arm release on taskcluster
Browse files Browse the repository at this point in the history
  • Loading branch information
Randall Barker committed Mar 15, 2019
1 parent 6bec73d commit 9bc2f53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .taskcluster.yml
Expand Up @@ -96,6 +96,7 @@ tasks:
# - Build (unsigned) release versions of the app with release translations and
# adjust token.
###############################################################################
# && ./gradlew --no-daemon --console=plain clean assembleNoapi assembleGooglevr assembleWavevr assembleSvr assembleOculusvr
- provisionerId: '{{ taskcluster.docker.provisionerId }}'
workerType: '{{ taskcluster.docker.workerType }}'
extra:
Expand Down Expand Up @@ -123,7 +124,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 9bc2f53

Please sign in to comment.