This repository was archived by the owner on Apr 22, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -199,6 +199,11 @@ docopen: out/doc/api/all.html
199199docclean :
200200 -rm -rf out/doc
201201
202+ run-ci :
203+ $(PYTHON ) ./configure --without-snapshot $(CONFIG_FLAGS )
204+ $(MAKE )
205+ $(MAKE ) test-ci
206+
202207RAWVER =$(shell $(PYTHON ) tools/getnodeversion.py)
203208VERSION =v$(RAWVER )
204209NODE_DOC_VERSION =$(VERSION )
@@ -385,4 +390,8 @@ cpplint:
385390
386391lint : jslint cpplint
387392
388- .PHONY : lint cpplint jslint bench clean docopen docclean doc dist distclean check uninstall install install-includes install-bin all staticlib dynamiclib test test-all 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
393+ .PHONY : lint cpplint jslint bench clean docopen docclean doc dist distclean \
394+ check uninstall install install-includes install-bin all staticlib \
395+ dynamiclib test test-all website-upload pkg blog blogclean tar binary \
396+ release-only bench-http-simple bench-idle bench-all bench bench-misc \
397+ bench-array bench-buffer bench-net bench-http bench-fs bench-tls run-ci
You can’t perform that action at this time.
0 commit comments