trying out parameterized builds in circle

This commit is contained in:
Vanessa Yuen 2017-10-24 12:42:45 -04:00
parent 66846bff97
commit aaa8aec946

View file

@ -19,6 +19,10 @@ jobs:
case ${MESSAGE} in
Bump* ) echo 'export ELECTRON_RELEASE=1' >> $BASH_ENV
esac
if [ -n "${RUN_RELEASE_BUILD}" ]; then
echo 'release build triggered from api'
echo 'export ELECTRON_RELEASE=1' >> $BASH_ENV
fi
- run:
name: Bootstrap
command: |
@ -63,7 +67,7 @@ jobs:
- image: electronbuilds/electron:0.0.3
environment:
TARGET_ARCH: arm64
resource_class: xlarge
resource_class: xlarge
steps:
- checkout
- run: