aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/ci.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/ci.sh')
-rwxr-xr-xscripts/ci.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ci.sh b/scripts/ci.sh
index f5bd0bdc9..cef276da3 100755
--- a/scripts/ci.sh
+++ b/scripts/ci.sh
@@ -21,7 +21,7 @@ if [ "$1" = "misc" ]; then
21 server/tests/plugins/index.ts 21 server/tests/plugins/index.ts
22elif [ "$1" = "cli" ]; then 22elif [ "$1" = "cli" ]; then
23 npm run build:server 23 npm run build:server
24 CC=gcc-4.9 CXX=g++-4.9 npm run setup:cli 24 npm run setup:cli
25 mocha --timeout 5000 --exit --require ts-node/register --require tsconfig-paths/register --bail server/tests/cli/index.ts 25 mocha --timeout 5000 --exit --require ts-node/register --require tsconfig-paths/register --bail server/tests/cli/index.ts
26elif [ "$1" = "api-1" ]; then 26elif [ "$1" = "api-1" ]; then
27 npm run build:server 27 npm run build:server