summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2018-01-17build: remove bench-* targetsJoyee Cheung
2018-01-16src: fix code coverage cleanupMichael Dawson
2018-01-11tools: move eslint from tools to tools/node_modulesMichaël Zasso
2018-01-11build: fix Makefile wrt finding node executableYang Guo
2018-01-09build: document targets in the MakefileJoyee Cheung
2018-01-08src: update make for new code coverage locationsMichael Dawson
2018-01-05build: put .PHONY directly before its targetOky Antoro
2018-01-02build: remove duplicate async-hooks and known_issues test runsRich Trott
2017-12-11tools: don't lint-md as part of main lint targetRefael Ackermann
2017-12-09build: add a `make help` option for common targetsGibson Fahnestock
2017-11-29build: fix test-v8 targetMichaël Zasso
2017-11-28build: add make lint-js-fixJoyee Cheung
2017-11-24tools: fix gitignore for tools/doc/Richard Littauer
2017-11-22test: keep coverage reports after coverage-cleanAnatoli Papirovski
2017-11-20build: do not build doc in source tarballJoyee Cheung
2017-11-18build: enforce order of dependency when building addonsJoyee Cheung
2017-11-17tools: try installing js-yaml only onceJoyee Cheung
2017-11-16Revert "build: for --enable-static, run only cctest"Daniel Bevenius
2017-11-16build: prevent echoing of recipes for test targetDaniel Bevenius
2017-11-10tools,build: allow build without `remark-cli`Refael Ackermann
2017-11-08tools: don't lint files that have not changedJoyee Cheung
2017-11-02build: suppress lint-md outputGibson Fahnestock
2017-10-30build: make test-doc and lint addon docsJoyee Cheung
2017-10-30build: make doc target quietDaniel Bevenius
2017-10-29build: ignore empty folders in test-addons-napiAnna Henningsen
2017-10-29build: run linter before running testsJoyee Cheung
2017-10-26build: improve `make clean`Refael Ackermann
2017-10-25tools: add make lint-md-cleanDaijiro Wachi
2017-10-25build: add lint-md-buildDaijiro Wachi
2017-10-25tools: add lint-md command in MakefileDaijiro Wachi
2017-10-19build: use doc-only instead of docRich Trott
2017-10-19test: fix flaky test-make-docRich Trott
2017-10-19test: update test-npm to use test-npm-package.jsGibson Fahnestock
2017-10-18build: add c++ coverage support on macOSEvan Lucas
2017-10-18test: test make doc and verify tocJoyee Cheung
2017-10-17test: move inspector tests to parallel/sequentialJon Moss
2017-10-15build: lint benchmark addonBen Noordhuis
2017-10-15build: use local node-gyp for benchmark addonBen Noordhuis
2017-10-12build: restore mistakenly dropped suitesRefael Ackermann
2017-10-11build: ignore empty folders in test-addonsGregor
2017-10-01test: make it easier to run tests for subsystemsBenjamin Coe
2017-09-28tools, build: refactor macOS installerJP Wesselink
2017-09-27build: run es-module tests in CIBenjamin Coe
2017-09-27build: add test-with-async-hooksTrevor Norris
2017-09-24build: use generic names for linting tasksNikolai Vavilov
2017-09-21build: don't fail `make test` on source tarballsGibson Fahnestock
2017-09-13test: remove obsolete debugger testsRich Trott
2017-09-08test: exclude write-coverage from coverage reportBenjamin Coe
2017-09-08test: use no-save and no-package-lock flagsSimon Brewster
2017-09-07module: Allow runMain to be ESMBradley Farias