compile corrections
This commit is contained in:
parent
38c966cff8
commit
ffdc732da4
@ -105,12 +105,13 @@ pipeline {
|
|||||||
git config --global --add safe.directory '*'
|
git config --global --add safe.directory '*'
|
||||||
apt-get update -yqq
|
apt-get update -yqq
|
||||||
apt-get install -yqq jq
|
apt-get install -yqq jq
|
||||||
|
touch /usr/local/share/.config/yarn/global/.yarnclean
|
||||||
cd ${workspace}/signal-desktop
|
cd ${workspace}/signal-desktop
|
||||||
cat package.json | jq '.build.linux += {target:["AppImage"]}' > with_appimage_package.json
|
cat package.json | jq '.scripts."build:electron" |= . + " --linux AppImage"' > with_appimage_package.json
|
||||||
mv with_appimage_package.json package.json
|
mv -f with_appimage_package.json package.json
|
||||||
cat package.json | jq '.build.linux'
|
yarn install --frozen-lockfile
|
||||||
yarn install
|
yarn generate
|
||||||
yarn --platform=linux build-release
|
yarn build
|
||||||
"""
|
"""
|
||||||
|
|
||||||
outputFile = sh (
|
outputFile = sh (
|
||||||
|
Reference in New Issue
Block a user