Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit e03e6fe

Browse files
committed
Updated ci build scripts (from rspec-dev)4-0-dev
1 parent 7080ec5 commit e03e6fe

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file was generated on 2020-12-27T14:33:56+00:00 from the rspec-dev repo.
1+
# This file was generated on 2020-12-30T23:10:38+03:00 from the rspec-dev repo.
22
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
33

44
name: RSpec CI
@@ -30,7 +30,7 @@ jobs:
3030
- 2.3
3131
env:
3232
-
33-
BOGUS: ""
33+
DIFF_LCS_VERSION: "> 1.4.3"
3434
include:
3535
- ruby: ruby-head
3636
env:

.rubocop_rspec_base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file was generated on 2020-12-27T14:33:56+00:00 from the rspec-dev repo.
1+
# This file was generated on 2020-12-30T23:10:38+03:00 from the rspec-dev repo.
22
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
33

44
# This file contains defaults for RSpec projects. Individual projects

script/ci_functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file was generated on 2020-12-27T14:33:56+00:00 from the rspec-dev repo.
1+
# This file was generated on 2020-12-30T23:10:38+03:00 from the rspec-dev repo.
22
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
33

44
# Taken from:

script/clone_all_rspec_repos

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# This file was generated on 2020-12-27T14:33:56+00:00 from the rspec-dev repo.
2+
# This file was generated on 2020-12-30T23:10:38+03:00 from the rspec-dev repo.
33
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
44

55
set -e

script/functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file was generated on 2020-12-27T14:33:56+00:00 from the rspec-dev repo.
1+
# This file was generated on 2020-12-30T23:10:38+03:00 from the rspec-dev repo.
22
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
33

44
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

script/predicate_functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file was generated on 2020-12-27T14:33:56+00:00 from the rspec-dev repo.
1+
# This file was generated on 2020-12-30T23:10:38+03:00 from the rspec-dev repo.
22
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
33

44
function is_mri {

script/run_build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# This file was generated on 2020-12-27T14:33:56+00:00 from the rspec-dev repo.
2+
# This file was generated on 2020-12-30T23:10:38+03:00 from the rspec-dev repo.
33
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
44

55
set -e
@@ -30,7 +30,7 @@ fi
3030

3131
if supports_cross_build_checks; then
3232
fold "one-by-one specs" run_specs_one_by_one
33-
run_all_spec_suites
33+
run_all_spec_suites NO_COVERAGE=true
3434
else
3535
echo "Skipping the rest of the build on non-MRI rubies"
3636
fi

script/update_rubygems_and_install_bundler

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# This file was generated on 2020-12-27T14:33:56+00:00 from the rspec-dev repo.
2+
# This file was generated on 2020-12-30T23:10:38+03:00 from the rspec-dev repo.
33
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
44

55
set -e

0 commit comments

Comments
 (0)