disable unit tests for linux 32

This commit is contained in:
Joao Moreno
2017-06-29 10:12:57 +02:00
parent 101ff0abb8
commit f1fec6bc43
3 changed files with 5 additions and 39 deletions

View File

@@ -29,8 +29,10 @@ step "Install distro dependencies" \
step "Build minified" \
npm run gulp -- --max_old_space_size=4096 "vscode-linux-$ARCH-min"
step "Run unit tests" \
./scripts/test.sh --xvfb --build --reporter dot
if [ -z "$SKIP_UNIT_TESTS" ]; then
step "Run unit tests" \
./scripts/test.sh --xvfb --build --reporter dot
fi
step "Publish release" \
./build/tfs/linux/release.sh