This repository was archived by the owner on Nov 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 10 files changed +33
-51
lines changed Expand file tree Collapse file tree 10 files changed +33
-51
lines changed Original file line number Diff line number Diff line change 1
- # This file was generated on 2020-11-16T22:10:30 +00:00 from the rspec-dev repo.
1
+ # This file was generated on 2020-11-18T09:45:41 +00:00 from the rspec-dev repo.
2
2
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
3
3
4
4
name : RSpec CI
40
40
- run : script/clone_all_rspec_repos
41
41
- run : bundle install --binstubs --standalone
42
42
- run : script/run_build
43
+
44
+ windows :
45
+ name : Ruby ${{ matrix.ruby }} (Windows)
46
+ runs-on : windows-latest
47
+ strategy :
48
+ matrix :
49
+ ruby :
50
+ - 2.7
51
+ - 2.6
52
+ - 2.5
53
+ - 2.4
54
+ - 2.3
55
+ - 2.2
56
+ - 2.1.9
57
+ fail-fast : false
58
+ steps :
59
+ - uses : actions/checkout@v2
60
+ - uses : ruby/setup-ruby@v1
61
+ with :
62
+ bundler : 2
63
+ ruby-version : ${{ matrix.ruby }}
64
+ bundler-cache : true
65
+ - run : cinst ansicon
66
+ - run : bundle exec rspec --backtrace
Original file line number Diff line number Diff line change 1
- # This file was generated on 2020-11-16T22:10:30 +00:00 from the rspec-dev repo.
1
+ # This file was generated on 2020-11-18T09:45:41 +00:00 from the rspec-dev repo.
2
2
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
3
3
4
4
# This file contains defaults for RSpec projects. Individual projects
Original file line number Diff line number Diff line change 1
- # This file was generated on 2020-11-16T22:10:30 +00:00 from the rspec-dev repo.
1
+ # This file was generated on 2020-11-18T09:45:41 +00:00 from the rspec-dev repo.
2
2
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
3
3
4
4
# In order to install old Rubies, we need to use old Ubuntu distibution.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- # This file was generated on 2020-11-16T22:10:30 +00:00 from the rspec-dev repo.
1
+ # This file was generated on 2020-11-18T09:45:41 +00:00 from the rspec-dev repo.
2
2
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
3
3
4
4
# Taken from:
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- # This file was generated on 2020-11-16T22:10:30 +00:00 from the rspec-dev repo.
2
+ # This file was generated on 2020-11-18T09:45:41 +00:00 from the rspec-dev repo.
3
3
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
4
4
5
5
set -e
Original file line number Diff line number Diff line change 1
- # This file was generated on 2020-11-16T22:10:30 +00:00 from the rspec-dev repo.
1
+ # This file was generated on 2020-11-18T09:45:41 +00:00 from the rspec-dev repo.
2
2
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
3
3
4
4
SCRIPT_DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
Original file line number Diff line number Diff line change 1
- # This file was generated on 2020-11-16T22:10:30 +00:00 from the rspec-dev repo.
1
+ # This file was generated on 2020-11-18T09:45:41 +00:00 from the rspec-dev repo.
2
2
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
3
3
4
4
function is_mri {
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- # This file was generated on 2020-11-16T22:10:30 +00:00 from the rspec-dev repo.
2
+ # This file was generated on 2020-11-18T09:45:41 +00:00 from the rspec-dev repo.
3
3
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
4
4
5
5
set -e
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- # This file was generated on 2020-11-16T22:10:30 +00:00 from the rspec-dev repo.
2
+ # This file was generated on 2020-11-18T09:45:41 +00:00 from the rspec-dev repo.
3
3
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
4
4
5
5
set -e
You can’t perform that action at this time.
0 commit comments