build deb
This commit is contained in:
parent
2e407ecaa1
commit
8357e33977
2 changed files with 8 additions and 1 deletions
6
build.sh
6
build.sh
|
@ -63,7 +63,11 @@ if [ -n "${TEAMCITY_VERSION:-}" ]; then
|
|||
security unlock-keychain -p ${KEYCHAIN_PASSWORD} osx-build.keychain
|
||||
fi
|
||||
|
||||
node_modules/.bin/build -p onTagOrDraft
|
||||
set +e
|
||||
export CI_BUILD_TAG=$(git describe --exact-match)
|
||||
set -e
|
||||
|
||||
node_modules/.bin/build -p onTag
|
||||
|
||||
echo 'Build and packaging complete.'
|
||||
else
|
||||
|
|
|
@ -31,6 +31,9 @@
|
|||
"height": 300
|
||||
},
|
||||
"backgroundColor": "155B4A"
|
||||
},
|
||||
"linux": {
|
||||
"target": "deb"
|
||||
}
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
Loading…
Add table
Reference in a new issue