Adding symbols back to Linux builds.

Stripping symbols on master branch builds
This commit is contained in:
Asher Dawes
2018-10-23 19:19:38 -07:00
parent 2b198dc777
commit 844637a503
2 changed files with 3 additions and 6 deletions

View File

@@ -50,6 +50,7 @@ build:linux:
- chmod +x verus-cli/verus
- chmod +x verus-cli/verusd
- chmod +x verus-cli/fetch-params
- if [ "${CI_COMMIT_REF_NAME}" = "master" ]; then strip -g verus-cli/komodod && strip -g verus-cli/komodod; fi
- tar -czvf ${VERUS_CLI_LINUX} verus-cli
- md5sum ${VERUS_CLI_LINUX} > ${VERUS_CLI_LINUX}.md5
- curl -F file=@"${VERUS_CLI_LINUX}"