summaryrefslogtreecommitdiff
path: root/platform/node/bitrise.yml
diff options
context:
space:
mode:
authorMike Morris <mikemorris@users.noreply.github.com>2016-11-14 13:36:57 -0500
committerMike Morris <mikemorris@users.noreply.github.com>2016-11-15 13:31:48 -0500
commitf50de162607ee97b44ef3f5605a166da1bb7ecc3 (patch)
treee212e4cea3cf119baa67fd883f72f688adf078df /platform/node/bitrise.yml
parent1d80be00df7ebbd4acf99a7aa63900597b903e40 (diff)
downloadqtlocation-mapboxgl-f50de162607ee97b44ef3f5605a166da1bb7ecc3.tar.gz
[node] publish Node.js Linux binaries with GLX
run test suite with OSMesa in Debug
Diffstat (limited to 'platform/node/bitrise.yml')
-rw-r--r--platform/node/bitrise.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/platform/node/bitrise.yml b/platform/node/bitrise.yml
index af22fe65ea..23158eb60c 100644
--- a/platform/node/bitrise.yml
+++ b/platform/node/bitrise.yml
@@ -56,6 +56,7 @@ workflows:
#!/bin/bash
set -eu -o pipefail
make test-node || envman add --key RESULT --value $?
+ ./platform/node/scripts/after_script.sh ${BITRISE_BUILD_NUMBER}
- script:
title: Run publish script
run_if: '{{enveq "SKIPCI" "false"}}'
@@ -63,7 +64,7 @@ workflows:
- content: |-
#!/bin/bash
set -eu -o pipefail
- ./platform/node/scripts/after_script.sh ${BITRISE_BUILD_NUMBER}
+ ./platform/node/scripts/after_success.sh
exit ${RESULT:-0}
- slack:
title: Post to Slack