forked from facebook/react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Yet another fix for CI to find branch that contaisn tag latest
Reviewed By: svcscm Differential Revision: D2937802 fb-gh-sync-id: 3bd617d5fc7fea42d264acfbd229fd15b335a95d shipit-source-id: 3bd617d5fc7fea42d264acfbd229fd15b335a95d
- Loading branch information
Showing
3 changed files
with
5 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ general: | |
- gh-pages # list of branches to ignore | ||
machine: | ||
node: | ||
version: 5.1.0 | ||
version: 5.6.0 | ||
environment: | ||
PATH: "~/$CIRCLE_PROJECT_REPONAME/gradle-2.9/bin:$PATH" | ||
TERM: "dumb" | ||
|
@@ -22,18 +22,16 @@ dependencies: | |
- buck/bin/buck fetch ReactAndroid/src/main/java/com/facebook/react/shell | ||
- buck/bin/buck fetch ReactAndroid/src/test/... | ||
- buck/bin/buck fetch ReactAndroid/src/androidTest/... | ||
# using npm@3 because of problems with shrink-wrapped optional deps installs on linux | ||
- npm install -g [email protected] | ||
- source scripts/circle-ci-android-setup.sh && getAndroidSDK | ||
- ./gradlew :ReactAndroid:downloadBoost :ReactAndroid:downloadDoubleConversion :ReactAndroid:downloadFolly :ReactAndroid:downloadGlog | ||
- cd website && npm install | ||
cache_directories: | ||
- "ReactAndroid/build/downloads" | ||
- "buck" | ||
- "buck-out/bin" | ||
- "website/node_modules" | ||
override: | ||
- npm install | ||
- cd website && npm install | ||
|
||
test: | ||
pre: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters