Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
8d634026
Commit
8d634026
authored
Oct 22, 2015
by
Jeromy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add check to makefile to ensure windows builds dont fail silently
License: MIT Signed-off-by:
Jeromy
<
jeromyj@gmail.com
>
parent
44059875
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
Makefile
Makefile
+6
-1
No files found.
Makefile
View file @
8d634026
...
...
@@ -34,7 +34,7 @@ nofuse:
##############################################################
# tests targets
test
:
test_expensive
test
:
test_expensive
windows_build_check
test_short
:
build test_go_short test_sharness_short
...
...
@@ -71,3 +71,8 @@ test_all_commits_travis:
git config
--global
user.name
"IPFS BOT"
git fetch origin master:master
GIT_EDITOR
=
true
git rebase
-i
--exec
"make test"
master
# since we have CI for osx and linux but not windows, this should help
windows_build_check
:
GOOS
=
windows
GOARCH
=
amd64 go build
-o
.test.ipfs.exe
-tags
=
nofuse ./cmd/ipfs
rm
.test.ipfs.exe
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