Mailspring/script/cibuild

14 lines
436 B
Bash
Executable file

#!/bin/sh
# Edgehill Jenkins must run a shell script.
#
# We also set the Keychain credentials inside of Jenkins Credentials
# instead of plain text files.
#
# The credentials for the Keychain are availble via the Jenkins-injected
# KEYCHAIN_ACCESS environment variable.
echo "---> $(npm --version)"
echo "---> $(node --version)"
script/bootstrap
build/node_modules/.bin/grunt ci --gruntfile build/Gruntfile.coffee --stack --no-color;