diff options
Diffstat (limited to 'scripts/ci.sh')
-rwxr-xr-x | scripts/ci.sh | 2 |
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 |
22 | elif [ "$1" = "cli" ]; then | 22 | elif [ "$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 |
26 | elif [ "$1" = "api-1" ]; then | 26 | elif [ "$1" = "api-1" ]; then |
27 | npm run build:server | 27 | npm run build:server |