Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-shell
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-shell
Commits
2b4aaab1
Commit
2b4aaab1
authored
Jun 27, 2019
by
Ash McKenzie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use new Makefile targets in .gitlab-ci.yml
parent
0258d8a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
9 deletions
+5
-9
.gitlab-ci.yml
.gitlab-ci.yml
+5
-9
No files found.
.gitlab-ci.yml
View file @
2b4aaab1
...
...
@@ -15,8 +15,7 @@ before_script:
# primarily regression tests for particular versions of Ruby.
#
# The full rspec suite is also run against each suppported golang version
-
cp bin/gitlab-shell-ruby bin/gitlab-shell
-
bundle exec rspec --color --tag ~go --format d spec
-
make test_ruby
rspec
:
<<
:
*rspec_definition
...
...
@@ -25,9 +24,9 @@ rspec:
except
:
-
tags
rubocop
:
verify_ruby
:
script
:
-
bundle exec rubocop
-
make verify_ruby
tags
:
-
ruby
except
:
...
...
@@ -77,13 +76,11 @@ rspec:ruby2.1:
script
:
-
go version
-
which go
-
bin/compile
-
support/go-test
-
support/go-format check
-
make build verify_golang test_golang
# Run the full Ruby test suite in the "go" tests. As more functionality is
# migrated into these tests and out of Ruby, the amount of work here will
# reduce
-
bundle exec rspec --color --format d spec
-
make test_ruby
go:1.11:
<<
:
*go_definition
...
...
@@ -111,7 +108,6 @@ codequality:
artifacts
:
paths
:
[
codeclimate.json
]
sast
:
image
:
docker:stable
variables
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment