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

Commit

Permalink
restore building all platforms for release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Randall Barker committed Mar 15, 2019
1 parent 9bc2f53 commit c4069c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +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
# && ./gradlew --no-daemon --console=plain clean assembleOculusvrArmRelease
- provisionerId: '{{ taskcluster.docker.provisionerId }}'
workerType: '{{ taskcluster.docker.workerType }}'
extra:
Expand Down Expand Up @@ -124,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 assembleOculusvrArmRelease
&& ./gradlew --no-daemon --console=plain clean assembleNoapi assembleGooglevr assembleWavevr assembleSvr assembleOculusvr
&& . tools/taskcluster/sign.sh release-signing-token -r
&& . tools/taskcluster/upload_symbols.sh
artifacts:
Expand Down

0 comments on commit c4069c8

Please sign in to comment.