Skip to content

Commit

Permalink
Revert "Dissable SVR builds"
Browse files Browse the repository at this point in the history
This reverts commit a02cabb.
  • Loading branch information
Randall Barker committed Mar 13, 2019
1 parent 5abe530 commit 78b00f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .taskcluster.yml
Expand Up @@ -75,7 +75,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 assembleOculusvr
&& ./gradlew --no-daemon --console=plain clean assembleNoapi assembleGooglevr assembleWavevr assembleSvr assembleOculusvr
&& . tools/taskcluster/sign.sh staging-signing-token
&& . tools/taskcluster/upload_symbols.sh
artifacts:
Expand Down Expand Up @@ -123,7 +123,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 assembleOculusvr
&& ./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 78b00f5

Please sign in to comment.