summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoão Reis <reis@janeasystems.com>2019-11-29 01:45:52 +0000
committerRich Trott <rtrott@gmail.com>2019-12-02 08:38:54 -0800
commit001d250855091728cff657138fd2059e2066185b (patch)
treea98e24d7bec6fa82a9fa0684f6579af2a421ab4c /Makefile
parent8c101dec1778ffaf8a80f4b6ae06d495a2342bb0 (diff)
downloadandroid-node-v8-001d250855091728cff657138fd2059e2066185b.tar.gz
android-node-v8-001d250855091728cff657138fd2059e2066185b.tar.bz2
android-node-v8-001d250855091728cff657138fd2059e2066185b.zip
build,win: add test-ci-native and test-ci-js
PR-URL: https://github.com/nodejs/node/pull/30724 Refs: https://github.com/nodejs/build/issues/1996 Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 21ab5de0b9..6b678889ca 100644
--- a/Makefile
+++ b/Makefile
@@ -489,6 +489,7 @@ test-all-valgrind: test-build
test-all-suites: | clear-stalled test-build bench-addons-build doc-only ## Run all test suites.
$(PYTHON) tools/test.py $(PARALLEL_ARGS) --mode=$(BUILDTYPE_LOWER) test/*
+# CI_* variables should be kept synchronized with the ones in vcbuild.bat
CI_NATIVE_SUITES ?= addons js-native-api node-api
CI_JS_SUITES ?= default
ifeq ($(node_use_openssl), false)