File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,17 +26,11 @@ environment:
2626 global :
2727 TOOLCHAIN : gcc
2828 matrix :
29- - MRUBY_VERSION : 1.2 .0
29+ - MRUBY_VERSION : 1.4 .0
3030 COMPILER : C:\MinGW
31- - MRUBY_VERSION : 1.2 .0
31+ - MRUBY_VERSION : 1.4 .0
3232 COMPILER : C:\mingw-w64\i686-5.3.0-posix-dwarf-rt_v4-rev0
33- - MRUBY_VERSION : 1.2.0
34- COMPILER : C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1
35- - MRUBY_VERSION : 1.3.0
36- COMPILER : C:\MinGW
37- - MRUBY_VERSION : 1.3.0
38- COMPILER : C:\mingw-w64\i686-5.3.0-posix-dwarf-rt_v4-rev0
39- - MRUBY_VERSION : 1.3.0
33+ - MRUBY_VERSION : 1.4.0
4034 COMPILER : C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1
4135 - MRUBY_VERSION : head
4236 COMPILER : C:\MinGW
5549- gcc --version
5650
5751build_script :
58- - rake mruby
59- - IF "%COMPILER%"=="C:\MinGW" (DEL /F /Q mruby\build\mrbgems\mruby-tiny-io\test)
6052- rake compile
6153
6254test_script :
Original file line number Diff line number Diff line change @@ -27,8 +27,7 @@ compiler:
2727- clang
2828
2929env :
30- - MRUBY_VERSION=1.2.0
31- - MRUBY_VERSION=1.3.0
30+ - MRUBY_VERSION=1.4.0
3231- MRUBY_VERSION=head
3332
3433matrix :
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ MRuby::Gem::Specification.new('mruby-process') do |spec|
3232 spec . add_test_dependency 'mruby-print' , core : 'mruby-print'
3333 spec . add_test_dependency 'mruby-env' , mgem : 'mruby-env'
3434 spec . add_test_dependency 'mruby-os' , mgem : 'mruby-os'
35+ spec . add_test_dependency 'mruby-io' , core : 'mruby-io'
3536
3637 spec . mruby . cc . defines << 'HAVE_MRB_PROCESS_H'
3738
@@ -43,9 +44,7 @@ MRuby::Gem::Specification.new('mruby-process') do |spec|
4344
4445 if target_win32?
4546 spec . objs . delete objfile ( "#{ build_dir } /src/posix" )
46- spec . add_test_dependency 'mruby-tiny-io' , mgem : 'mruby-tiny-io'
4747 else
4848 spec . objs . delete objfile ( "#{ build_dir } /src/win32" )
49- spec . add_test_dependency 'mruby-io' , mgem : 'mruby-io'
5049 end
5150end
You can’t perform that action at this time.
0 commit comments