File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 11
11
- 2.4.5
12
12
- 2.5.3
13
13
- 2.6.1
14
+ - 2.7.0
14
15
before_install :
15
16
- docker info
16
17
- sudo ./test/bin/install-openssl.sh
Original file line number Diff line number Diff line change @@ -49,5 +49,7 @@ environment:
49
49
- ruby_version : " 25"
50
50
- ruby_version : " 26-x64"
51
51
- ruby_version : " 26"
52
+ - ruby_version : " 27-x64"
53
+ - ruby_version : " 27"
52
54
on_failure :
53
55
- find -name compile.log | xargs cat
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ task 'gem:windows' => ['ports:cross'] do
8
8
build = [ 'bundle' ]
9
9
10
10
# and finally build the native gem
11
- build << 'rake cross native gem RUBY_CC_VERSION=2.6.0:2.5.0:2.4.0 CFLAGS="-Wall" MAKE="make -j`nproc`"'
11
+ build << 'rake cross native gem RUBY_CC_VERSION=2.7.0:2. 6.0:2.5.0:2.4.0 CFLAGS="-Wall" MAKE="make -j`nproc`"'
12
12
13
13
RakeCompilerDock . sh build . join ( ' && ' )
14
14
end
You can’t perform that action at this time.
0 commit comments