build deb

This commit is contained in:
jobevers 2017-02-09 17:48:51 -06:00
parent 2e407ecaa1
commit 8357e33977
2 changed files with 8 additions and 1 deletions

View file

@ -63,7 +63,11 @@ if [ -n "${TEAMCITY_VERSION:-}" ]; then
security unlock-keychain -p ${KEYCHAIN_PASSWORD} osx-build.keychain security unlock-keychain -p ${KEYCHAIN_PASSWORD} osx-build.keychain
fi 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.' echo 'Build and packaging complete.'
else else

View file

@ -31,6 +31,9 @@
"height": 300 "height": 300
}, },
"backgroundColor": "155B4A" "backgroundColor": "155B4A"
},
"linux": {
"target": "deb"
} }
}, },
"devDependencies": { "devDependencies": {