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 17:01:20 -0400
commit100228e636c555054086d298c6f8f9a955478e3e (patch)
treea83c18cdce2afab6a95e74494a60b628fa6c85ff
parent92815512727612ebee7c82537062d3f1e93a8278 (diff)
downloadmongo-100228e636c555054086d298c6f8f9a955478e3e.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 4ea5757c325..9ac50c40b9c 100644
--- a/common.yml
+++ b/common.yml
@@ -1617,3 +1617,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