Skip to content

Commit 53f85b9

Browse files
committed
Enable OSSL_MDEBUG on CI builds
1 parent 9518191 commit 53f85b9

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ script:
1717
matrix:
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

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ install:
77
- 7z x -y -oC:\Ruby%ruby_version% openssl-1.0.1m-x64-windows.tar
88
- ruby -S rake install_dependencies
99
build_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
1111
test_script:
12-
- rake test
12+
- rake test OSSL_MDEBUG=1
1313
deploy: off
1414
environment:
1515
matrix:

docker-compose.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@ compile: &defaults
33
environment:
44
RUBY_VERSION:
55
OPENSSL_VERSION:
6-
MDEBUG:
76
command: rake compile
87
test:
98
<<: *defaults
10-
command: rake compile test
9+
command: rake compile test OSSL_MDEBUG=1 -- --enable-debug
1110
debug:
1211
<<: *defaults
1312
command: /bin/bash

0 commit comments

Comments
 (0)