mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-02-15 03:11:50 +00:00
Merge pull request #324 from mikhailnov/develop
Fail build script if building of any target fails
This commit is contained in:
commit
4ed10bc528
1 changed files with 2 additions and 0 deletions
2
build
2
build
|
@ -1,5 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -ef
|
||||
|
||||
PKGSRC=${PKGSRC:-github.com/yggdrasil-network/yggdrasil-go/src/yggdrasil}
|
||||
PKGNAME=${PKGNAME:-$(sh contrib/semver/name.sh)}
|
||||
PKGVER=${PKGVER:-$(sh contrib/semver/version.sh --bare)}
|
||||
|
|
Loading…
Reference in a new issue