We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f8ccfd commit 6916a66Copy full SHA for 6916a66
jenkins/scripts/node-test-v8-updates.sh
@@ -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