File tree 1 file changed +16
-0
lines changed
1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -21,17 +21,29 @@ test_script:
21
21
environment :
22
22
matrix :
23
23
- ruby_version : " 31-x64"
24
+ reinstall_bundler : 0
24
25
- ruby_version : " 31"
26
+ reinstall_bundler : 0
25
27
- ruby_version : " 30-x64"
28
+ reinstall_bundler : 0
26
29
- ruby_version : " 30"
30
+ reinstall_bundler : 0
27
31
- ruby_version : " 27-x64"
32
+ reinstall_bundler : 1
28
33
- ruby_version : " 27"
34
+ reinstall_bundler : 1
29
35
- ruby_version : " 26-x64"
36
+ reinstall_bundler : 1
30
37
- ruby_version : " 26"
38
+ reinstall_bundler : 1
31
39
- ruby_version : " 25-x64"
40
+ reinstall_bundler : 0
32
41
- ruby_version : " 25"
42
+ reinstall_bundler : 0
33
43
- ruby_version : " 24-x64"
44
+ reinstall_bundler : 0
34
45
- ruby_version : " 24"
46
+ reinstall_bundler : 0
35
47
36
48
for :
37
49
-
43
55
- ruby --version
44
56
- gem --version
45
57
- bundle --version
58
+ - if %reinstall_bundler%==1 (
59
+ gem uninstall bundler &
60
+ gem install bundler -v 2.4.22
61
+ )
46
62
- ridk.cmd install 1 3
47
63
- ridk.cmd exec bundle install
48
64
- ridk.cmd exec bundle exec rake compile
You can’t perform that action at this time.
0 commit comments