File tree 1 file changed +11
-1
lines changed
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
244
244
docclean :
245
245
-rm -rf out/doc
246
246
247
+ run-ci :
248
+ $(PYTHON ) ./configure --without-snapshot $(CONFIG_FLAGS )
249
+ $(MAKE )
250
+ $(MAKE ) test-ci
251
+
247
252
RAWVER =$(shell $(PYTHON ) tools/getnodeversion.py)
248
253
VERSION =v$(RAWVER )
249
254
NODE_DOC_VERSION =$(VERSION )
@@ -443,4 +448,9 @@ cpplint:
443
448
444
449
lint : jslint cpplint
445
450
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