File tree Expand file tree Collapse file tree 1 file changed +14
-5
lines changed Expand file tree Collapse file tree 1 file changed +14
-5
lines changed Original file line number Diff line number Diff line change @@ -74,21 +74,30 @@ matrix:
74
74
- make runtest
75
75
- make runtest-valgrind
76
76
77
- # default osx build with xcode (clang)
77
+ # default osx build
78
78
- os : osx
79
79
env :
80
- - TEST="osx XCode 8.2"
81
- osx_image : xcode8.2
80
+ - TEST="osx"
82
81
script :
83
82
- EXTRA_CFLAGS=-Werror ./configure
84
83
- make
85
84
- make runtest
86
85
86
+ # osx build with openssl
87
+ - os : osx
88
+ env :
89
+ - TEST="osx openssl"
90
+ before_install :
91
+ - brew install openssl
92
+ script :
93
+ - PKG_CONFIG_PATH=/usr/local/opt/openssl/lib/pkgconfig EXTRA_CFLAGS=-Werror ./configure --enable-openssl
94
+ - make
95
+ - make runtest
96
+
87
97
# osx build with nss
88
98
- os : osx
89
99
env :
90
- - TEST="osx (nss)"
91
- osx_image : xcode8.2
100
+ - TEST="osx nss"
92
101
before_install :
93
102
- brew install nss
94
103
script :
You can’t perform that action at this time.
0 commit comments