quick fix circle buck builds

Summary: Closes https://github.com/facebook/react-native/pull/5582

Reviewed By: svcscm

Differential Revision: D2869861

Pulled By: androidtrunkagent

fb-gh-sync-id: 5b004521e11d0e55c237183e69f8251732c6bd14
This commit is contained in:
Konstantin Raev 2016-01-27 08:51:54 -08:00 committed by facebook-github-bot-7
parent 825ba6cf48
commit 21a4c6e853
1 changed files with 3 additions and 1 deletions

View File

@ -17,7 +17,9 @@ dependencies:
- if [[ ! -e buck ]]; then git clone https://github.com/facebook/buck.git; fi
- cd buck && ant
- buck/bin/buck --version
- buck/bin/buck fetch ReactAndroid/src/main/...
- buck/bin/buck fetch ReactAndroid/src/test/java/com/facebook/react/modules
- buck/bin/buck fetch ReactAndroid/src/main/java/com/facebook/react
- 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