File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed
Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ script:
1717matrix :
1818 fast_finish : true
1919 include :
20- - env : RUBY_VERSION=ruby-2.3 OPENSSL_VERSION=openssl-1.0.1 OSSL_MDEBUG=1
21- - env : RUBY_VERSION=ruby-2.3 OPENSSL_VERSION=openssl-1.0.2 OSSL_MDEBUG=1
22- - env : RUBY_VERSION=ruby-2.3 OPENSSL_VERSION=openssl-1.1.0 OSSL_MDEBUG=1
20+ - env : RUBY_VERSION=ruby-2.3 OPENSSL_VERSION=openssl-1.0.1
21+ - env : RUBY_VERSION=ruby-2.3 OPENSSL_VERSION=openssl-1.0.2
22+ - env : RUBY_VERSION=ruby-2.3 OPENSSL_VERSION=openssl-1.1.0
2323 - env : RUBY_VERSION=ruby-2.3 OPENSSL_VERSION=libressl-2.3
2424 - env : RUBY_VERSION=ruby-2.3 OPENSSL_VERSION=libressl-2.4
2525 - env : RUBY_VERSION=ruby-2.3 OPENSSL_VERSION=libressl-2.5
Original file line number Diff line number Diff line change 77 - 7z x -y -oC:\Ruby%ruby_version% openssl-1.0.1m-x64-windows.tar
88 - ruby -S rake install_dependencies
99build_script :
10- - rake -rdevkit compile -- --with-openssl-dir=C:\Ruby%ruby_version%
10+ - rake -rdevkit compile -- --with-openssl-dir=C:\Ruby%ruby_version% --enable-debug
1111test_script :
12- - rake test
12+ - rake test OSSL_MDEBUG=1
1313deploy : off
1414environment :
1515 matrix :
Original file line number Diff line number Diff line change @@ -3,11 +3,10 @@ compile: &defaults
33 environment :
44 RUBY_VERSION :
55 OPENSSL_VERSION :
6- MDEBUG :
76 command : rake compile
87test :
98 << : *defaults
10- command : rake compile test
9+ command : rake compile test OSSL_MDEBUG=1 -- --enable-debug
1110debug :
1211 << : *defaults
1312 command : /bin/bash
You can’t perform that action at this time.
0 commit comments