Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-workhorse
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
Kazuhiko Shiozaki
gitlab-workhorse
Commits
2be87468
Commit
2be87468
authored
Nov 10, 2015
by
Jacob Vosmaer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Always build during "make test"
parent
fa26da29
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
Makefile
Makefile
+2
-1
No files found.
Makefile
View file @
2be87468
...
...
@@ -8,7 +8,7 @@ install: gitlab-workhorse
install
gitlab-workhorse
${PREFIX}
/bin/
.PHONY
:
test
test
:
test/data/test.git gitlab-workhorse
test
:
test/data/test.git
clean-workhorse
gitlab-workhorse
go
fmt
|
awk
'{ print "Please run go fmt"; exit 1 }'
go
test
...
...
@@ -22,5 +22,6 @@ test/data:
clean
:
clean-workhorse
rm
-rf
test
/data
test
/scratch
.PHONY
:
clean-workhorse
clean-workhorse
:
rm
-f
gitlab-workhorse
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