pulsar/script/cibuild-atom-linux

14 lines
295 B
Plaintext
Raw Normal View History

2014-09-05 00:25:28 +04:00
#!/bin/bash
set -e
2014-09-12 22:01:23 +04:00
export ATOM_ACCESS_TOKEN=$BUILD_ATOM_LINUX_ACCESS_TOKEN
2014-09-05 00:26:34 +04:00
2014-09-05 00:25:28 +04:00
if [ -d /usr/local/share/nodenv ]; then
export NODENV_ROOT=/usr/local/share/nodenv
export PATH=/usr/local/share/nodenv/bin:/usr/local/share/nodenv/shims:$PATH
export NODENV_VERSION="v0.10.21"
fi
script/cibuild