Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
daas
jwt-tokenissuer
Commits
4a9b37ad
Commit
4a9b37ad
authored
Oct 16, 2018
by
Gurvinder Singh
Browse files
build to run in without c depenency
parent
134f25b6
Pipeline
#11845
passed with stages
in 1 minute and 42 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
4a9b37ad
...
...
@@ -23,3 +23,5 @@ _testmain.go
*.exe
*.test
*.prof
jwt-tokenissuer
Makefile
View file @
4a9b37ad
...
...
@@ -7,7 +7,7 @@ all: test build dist
build
:
mkdir
-p
dist/linux-amd64
${GO_EXECUTABLE}
build
-o
dist/linux-amd64/jwt-tokenissuer
-ldflags
"-X main.version=
${VERSION}
"
CGO_ENABLED
=
0
GOOS
=
linux
GOARCH
=
amd64
${GO_EXECUTABLE}
build
-o
dist/linux-amd64/jwt-tokenissuer
-ldflags
"-X main.version=
${VERSION}
"
test
:
${GO_EXECUTABLE}
test
--short
$(PACKAGE_DIRS)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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