|
@@ -406,7 +406,7 @@ matrix:
|
|
|
# for i=0,31 do
|
|
|
# if true then -- (i~=0) and (i~=7) and (i~=31) then
|
|
|
# print(" -")
|
|
|
-# print(" os: osx")
|
|
|
+# print(" os: linux")
|
|
|
# print(" compiler: clang")
|
|
|
# print(" env:")
|
|
|
# print(" N=Combination" .. tostring(i))
|
|
@@ -431,25 +431,24 @@ matrix:
|
|
|
# end
|
|
|
#
|
|
|
|
|
|
- -
|
|
|
- os: osx
|
|
|
+ -
|
|
|
+ os: linux
|
|
|
compiler: clang
|
|
|
env:
|
|
|
- N=Combination12345
|
|
|
+ N=Combination0
|
|
|
BUILD_TYPE=Release
|
|
|
ENABLE_SSL_DYNAMIC_LOADING=YES
|
|
|
ENABLE_CXX=NO
|
|
|
- ENABLE_LUA_SHARED=NO
|
|
|
C_STANDARD=auto
|
|
|
CXX_STANDARD=auto
|
|
|
- FEATURES=7
|
|
|
- BUILD_SHARED=YES
|
|
|
+ ENABLE_LUA_SHARED=NO
|
|
|
+ FEATURES=0
|
|
|
+ BUILD_SHARED=NO
|
|
|
NO_FILES=NO
|
|
|
- ENABLE_SSL=YES
|
|
|
+ ENABLE_SSL=NO
|
|
|
NO_CGI=NO
|
|
|
ENABLE_IPV6=NO
|
|
|
ENABLE_WEBSOCKETS=NO
|
|
|
ENABLE_LUA=NO
|
|
|
ENABLE_DUKTAPE=NO
|
|
|
NO_CACHING=NO
|
|
|
-
|