This repository was archived by the owner on Apr 22, 2023. It is now read-only.
File tree 1 file changed +10
-1
lines changed
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
199
199
docclean :
200
200
-rm -rf out/doc
201
201
202
+ run-ci :
203
+ $(PYTHON ) ./configure --without-snapshot $(CONFIG_FLAGS )
204
+ $(MAKE )
205
+ $(MAKE ) test-ci
206
+
202
207
RAWVER =$(shell $(PYTHON ) tools/getnodeversion.py)
203
208
VERSION =v$(RAWVER )
204
209
NODE_DOC_VERSION =$(VERSION )
@@ -385,4 +390,8 @@ cpplint:
385
390
386
391
lint : jslint cpplint
387
392
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