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
|
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
|
||||||
|
|
|
@ -31,6 +31,9 @@
|
||||||
"height": 300
|
"height": 300
|
||||||
},
|
},
|
||||||
"backgroundColor": "155B4A"
|
"backgroundColor": "155B4A"
|
||||||
|
},
|
||||||
|
"linux": {
|
||||||
|
"target": "deb"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue