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
fa26da29
Commit
fa26da29
authored
Nov 10, 2015
by
Jacob Vosmaer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Do a full build during "make test"
parent
e8b5c73d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
Makefile
Makefile
+5
-3
No files found.
Makefile
View file @
fa26da29
...
@@ -8,7 +8,7 @@ install: gitlab-workhorse
...
@@ -8,7 +8,7 @@ install: gitlab-workhorse
install
gitlab-workhorse
${PREFIX}
/bin/
install
gitlab-workhorse
${PREFIX}
/bin/
.PHONY
:
test
.PHONY
:
test
test
:
test/data/test.git
test
:
test/data/test.git
gitlab-workhorse
go
fmt
|
awk
'{ print "Please run go fmt"; exit 1 }'
go
fmt
|
awk
'{ print "Please run go fmt"; exit 1 }'
go
test
go
test
...
@@ -19,6 +19,8 @@ test/data:
...
@@ -19,6 +19,8 @@ test/data:
mkdir
-p
test
/data
mkdir
-p
test
/data
.PHONY
:
clean
.PHONY
:
clean
clean
:
clean
:
clean-workhorse
rm
-f
gitlab-workhorse
rm
-rf
test
/data
test
/scratch
rm
-rf
test
/data
test
/scratch
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