Skip to content
Snippets Groups Projects
Commit 1e4e2f60 authored by ale's avatar ale
Browse files

Strip binary before uploading

parent 98ee646c
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,7 @@ build: ...@@ -8,6 +8,7 @@ build:
- mkdir -p build/src/git.autistici.org/ai3 - mkdir -p build/src/git.autistici.org/ai3
- ln -s $PWD build/src/git.autistici.org/ai3/float-debug-proxy - ln -s $PWD build/src/git.autistici.org/ai3/float-debug-proxy
- env GOPATH=$PWD/build go build -o float-debug-proxy git.autistici.org/ai3/float-debug-proxy - env GOPATH=$PWD/build go build -o float-debug-proxy git.autistici.org/ai3/float-debug-proxy
- strip float-debug-proxy
artifacts: artifacts:
paths: paths:
- float-debug-proxy - float-debug-proxy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment