Skip to content

Commit

Permalink
jenkins: add node-test-commit-v8-linux script
Browse files Browse the repository at this point in the history
  • Loading branch information
Matheus Marchini committed Jun 14, 2018
1 parent 1f8ccfd commit 6916a66
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions jenkins/scripts/node-test-v8-updates.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#/bin/bash -ex

###
# node-test-v8-updates
# Run specific Node.js tests for V8 updates (from test/v8-updates). These tests
# are inteded to be run in Ubuntu 16.04 machines.
###

rm -rf build
git clone https://github.com/nodejs/build.git

. ./build/jenkins/scripts/node-test-commit-pre.sh

./configure;
make -j $(getconf NPROCESSORS_ONLN);

python tools/test.py -p tap --logfile test.tap --mode=release v8-updates

0 comments on commit 6916a66

Please sign in to comment.