From 21a4c6e853b0e2391f6862f565985051988bb103 Mon Sep 17 00:00:00 2001 From: Konstantin Raev Date: Wed, 27 Jan 2016 08:51:54 -0800 Subject: [PATCH] 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 --- circle.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 841ebcb5a..ee9901bbf 100644 --- a/circle.yml +++ b/circle.yml @@ -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