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
0258d8a8
Commit
0258d8a8
authored
Jun 05, 2019
by
Ash McKenzie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Makefile for easier building and testing
parent
e896becc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
35 additions
and
0 deletions
+35
-0
Makefile
Makefile
+35
-0
No files found.
Makefile
0 → 100644
View file @
0258d8a8
.PHONY
:
test test_ruby test_ruby_rubocop test_ruby_rspec test_go test_go_format test_go_test
validate
:
verify test
verify
:
verify_ruby verify_golang
verify_ruby
:
bundle
exec
rubocop
verify_golang
:
support/go-format check
test
:
test_ruby test_golang
test_ruby
:
# bin/gitlab-shell must exist and needs to be the Ruby version for
# rspec to be able to test.
cp
bin/gitlab-shell-ruby bin/gitlab-shell
bundle
exec
rspec
--color
--tag
'~go'
--format
d spec
rm
-f
bin/gitlab-shell
test_golang
:
support/go-test
setup
:
compile
build
:
compile
compile
:
bin/install
bin/compile
check
:
bin/check
clean
:
rm
-f
bin/gitlab-shell
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