提交 e8f9d90b 编写于 作者: D Daniel Imms

Have test.sh compile code if necessary

This removes the need to run ./scripts/code.sh first

Fixes #5587
上级 89bc3e55
......@@ -8,6 +8,15 @@ else
ROOT=$(dirname $(dirname $(readlink -f $0)))
fi
# Node modules
test -d node_modules || ./scripts/npm.sh install
# Get electron
./node_modules/.bin/gulp electron
# Build
test -d out || ./node_modules/.bin/gulp compile
# Unit Tests
if [[ "$OSTYPE" == "darwin"* ]]; then
cd $ROOT ; ulimit -n 4096 ; ATOM_SHELL_INTERNAL_RUN_AS_NODE=1 \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册