File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -244,6 +244,11 @@ docopen: out/doc/api/all.html
244244docclean :
245245 -rm -rf out/doc
246246
247+ run-ci :
248+ $(PYTHON ) ./configure --without-snapshot $(CONFIG_FLAGS )
249+ $(MAKE )
250+ $(MAKE ) test-ci
251+
247252RAWVER =$(shell $(PYTHON ) tools/getnodeversion.py)
248253VERSION =v$(RAWVER )
249254NODE_DOC_VERSION =$(VERSION )
@@ -443,4 +448,9 @@ cpplint:
443448
444449lint : jslint cpplint
445450
446- .PHONY : lint cpplint jslint bench clean docopen docclean doc dist distclean check uninstall install install-includes install-bin all staticlib dynamiclib test test-all test-addons build-addons website-upload pkg blog blogclean tar binary release-only bench-http-simple bench-idle bench-all bench bench-misc bench-array bench-buffer bench-net bench-http bench-fs bench-tls
451+ .PHONY : lint cpplint jslint bench clean docopen docclean doc dist distclean \
452+ check uninstall install install-includes install-bin all staticlib \
453+ dynamiclib test test-all test-addons build-addons website-upload pkg \
454+ blog blogclean tar binary release-only bench-http-simple bench-idle \
455+ bench-all bench bench-misc bench-array bench-buffer bench-net \
456+ bench-http bench-fs bench-tls run-ci
You can’t perform that action at this time.
0 commit comments