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

Commit

Permalink
add --console=plane to GVR gradlew call
Browse files Browse the repository at this point in the history
  • Loading branch information
Randall Barker committed Oct 4, 2018
1 parent bf9850e commit e674612
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ tasks:
&& git config advice.detachedHead false
&& git checkout {{event.head.sha}}
&& git submodule update
&& pushd gvr-android-sdk && ./gradlew --no-daemon --console=plain extractNDK && popd
&& ./gradlew --no-daemon --console=plain clean assembleGooglevr assembleNoapi
metadata:
name: Firefox Reality for Android - Build - Pull Request
Expand Down Expand Up @@ -71,7 +72,7 @@ tasks:
&& git config advice.detachedHead false
&& git rebase origin/master
&& git submodule update
&& pushd gvr-android-sdk && ./gradlew --no-daemon extractNDK && popd
&& pushd gvr-android-sdk && ./gradlew --no-daemon --console=plain extractNDK && popd
&& . tools/taskcluster/get_third_party.sh
&& cp tools/gradle/taskcluster.properties ./user.properties
&& ./gradlew --no-daemon --console=plain clean assembleGooglevr assembleNoapi assembleWavevr assembleSvr assembleOculusvr
Expand Down Expand Up @@ -119,7 +120,7 @@ tasks:
&& git config advice.detachedHead false
&& git checkout {{ event.version }}
&& git submodule update
&& pushd gvr-android-sdk && ./gradlew --no-daemon extractNDK && popd
&& pushd gvr-android-sdk && ./gradlew --no-daemon --console=plain extractNDK && popd
&& . tools/taskcluster/get_third_party.sh
&& cp tools/gradle/taskcluster.properties ./user.properties
&& ./gradlew --no-daemon --console=plain clean assembleGooglevr assembleNoapi assembleWavevr assembleSvr assembleOculusvr
Expand Down

0 comments on commit e674612

Please sign in to comment.