summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Russell <gabriel.russell@mongodb.com>2016-03-17 14:14:52 -0400
committerGabriel Russell <gabriel.russell@mongodb.com>2016-03-17 14:35:57 -0400
commitb607fe2432b1a5ee8ee86fcae1262dd65fcc9313 (patch)
tree251f360ba1d5239251d1543e76d8e9b4baa60658
parent6a49941f2084336c54ab9e832ece3aeeb1486b2f (diff)
downloadmongo-b607fe2432b1a5ee8ee86fcae1262dd65fcc9313.tar.gz
TOOLS-1097 add osx1010 builder
-rw-r--r--common.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/common.yml b/common.yml
index a7bfd37c6d8..3fdc2472afc 100644
--- a/common.yml
+++ b/common.yml
@@ -1688,3 +1688,14 @@ buildvariants:
arch: "linux/x86_64"
tasks:
- name: dist
+
+- name: osx1010
+ display_name: OSX 10.10 64-bit
+ run_on:
+ - osx-1010
+ expansions:
+ <<: *mongo_url_ubuntu1204
+ build_tags: -tags "sasl ssl"
+ arch: "osx/x86_64"
+ tasks:
+ - name: dist