linux build works on my machine
9
build.sh
|
@ -59,18 +59,9 @@ mv "$ROOT/lbrynet/dist/lbry" "$ROOT/app/dist"
|
|||
|
||||
|
||||
if [ -n "${TEAMCITY_VERSION:-}" ]; then
|
||||
|
||||
(
|
||||
if [ "$(uname)" == "Darwin" ]; then
|
||||
security unlock-keychain -p ${KEYCHAIN_PASSWORD} osx-build.keychain
|
||||
elif [ "$(expr substr $(uname -s) 1 5)" == "Linux" ]; then
|
||||
OS="linux"
|
||||
PLATFORM="linux"
|
||||
tar cvzf "lbry-${OS}.tgz" "LBRY-${PLATFORM}-x64/"
|
||||
else
|
||||
OS="unknown"
|
||||
fi
|
||||
)
|
||||
|
||||
node_modules/.bin/build
|
||||
|
||||
|
|
Before Width: | Height: | Size: 7.4 KiB After Width: | Height: | Size: 7.4 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 6.1 KiB After Width: | Height: | Size: 6.1 KiB |