Skip to content

Commit

Permalink
Re-enable gvr builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Randall Barker committed Feb 7, 2019
1 parent c76e49b commit 62c403e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -64,8 +64,9 @@ oculussig_*

# Third Party SDKs
third_party

gvr-android-sdk
user.properties*

# Node modules
node_modules

9 changes: 6 additions & 3 deletions .taskcluster.yml
Expand Up @@ -32,8 +32,9 @@ tasks:
git fetch {{ event.head.repo.url }} {{ event.head.repo.branch }}
&& git config advice.detachedHead false
&& git checkout {{event.head.sha}}
&& git clone https://github.com/MozillaReality/FirefoxReality-gvr-android-sdk.git gvr-android-sdk
&& git submodule update
&& ./gradlew --no-daemon --console=plain clean assembleNoapi
&& ./gradlew --no-daemon --console=plain clean assembleNoapi assembleGooglevr
metadata:
name: Firefox Reality for Android - Build - Pull Request
description: Building Firefox Reality for Android (via Gradle) - triggered by a pull request.
Expand Down Expand Up @@ -70,10 +71,11 @@ tasks:
git fetch origin
&& git config advice.detachedHead false
&& git rebase origin/master
&& git clone https://github.com/MozillaReality/FirefoxReality-gvr-android-sdk.git gvr-android-sdk
&& git submodule update
&& . tools/taskcluster/get_third_party.sh
&& cp tools/gradle/taskcluster.properties ./user.properties
&& ./gradlew --no-daemon --console=plain clean assembleNoapi assembleWavevr assembleSvr 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 @@ -117,10 +119,11 @@ tasks:
git fetch origin
&& git config advice.detachedHead false
&& git checkout {{ event.version }}
&& git clone https://github.com/MozillaReality/FirefoxReality-gvr-android-sdk.git gvr-android-sdk
&& git submodule update
&& . tools/taskcluster/get_third_party.sh
&& cp tools/gradle/taskcluster.properties ./user.properties
&& ./gradlew --no-daemon --console=plain clean assembleNoapi assembleWavevr assembleSvr 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 62c403e

Please sign in to comment.