Skip to content

Commit 6916a66

Browse files
author
Matheus Marchini
committed
jenkins: add node-test-commit-v8-linux script
Ref: #1342 Ref: nodejs/node#20783
1 parent 1f8ccfd commit 6916a66

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
#/bin/bash -ex
2+
3+
###
4+
# node-test-v8-updates
5+
# Run specific Node.js tests for V8 updates (from test/v8-updates). These tests
6+
# are inteded to be run in Ubuntu 16.04 machines.
7+
###
8+
9+
rm -rf build
10+
git clone https://github.com/nodejs/build.git
11+
12+
. ./build/jenkins/scripts/node-test-commit-pre.sh
13+
14+
./configure;
15+
make -j $(getconf NPROCESSORS_ONLN);
16+
17+
python tools/test.py -p tap --logfile test.tap --mode=release v8-updates

0 commit comments

Comments
 (0)