build, windows: build and test add-ons on test-ci by blobor · Pull Request #5886 · nodejs/node

added build-addons task, it allows to build and test native addons during test-ci task.
Basicaly it should work in same way like Makefile "build-addons" task.

@mscdex added windows

Issues and PRs related to the Windows platform.

build

Issues and PRs related to build files or the CI.

test

Issues and PRs related to the tests.

labels

Mar 24, 2016
this should fix issue with running test-ci on non-build servers.
Renamed build-addons -> test-addons
test-addons task shouldtest only addons
test should task also test addons
move "node_exe" variable assignment
change backslashes

joaocgreis pushed a commit to JaneaSystems/node that referenced this pull request

Mar 29, 2016
Added build-addons task, it allows to build and test native addons
during test-ci task. Basicaly it should work in same way like Makefile
"build-addons" task.

PR-URL: nodejs#5886
Reviewed-By: Rod Vagg <rod@vagg.org>
Reviewed-By: João Reis <reis@janeasystems.com>

joaocgreis pushed a commit that referenced this pull request

Mar 29, 2016
Added build-addons task, it allows to build and test native addons
during test-ci task. Basically it should work in same way like
Makefile "build-addons" task.

Reviewed-By: Rod Vagg <rod@vagg.org>
Reviewed-By: João Reis <reis@janeasystems.com>
PR-URL: #5886
Fixes: #2537

evanlucas pushed a commit that referenced this pull request

Mar 30, 2016
Added build-addons task, it allows to build and test native addons
during test-ci task. Basically it should work in same way like
Makefile "build-addons" task.

Reviewed-By: Rod Vagg <rod@vagg.org>
Reviewed-By: João Reis <reis@janeasystems.com>
PR-URL: #5886
Fixes: #2537

evanlucas pushed a commit that referenced this pull request

Mar 31, 2016
Added build-addons task, it allows to build and test native addons
during test-ci task. Basically it should work in same way like
Makefile "build-addons" task.

Reviewed-By: Rod Vagg <rod@vagg.org>
Reviewed-By: João Reis <reis@janeasystems.com>
PR-URL: #5886
Fixes: #2537

MylesBorins pushed a commit that referenced this pull request

Apr 11, 2016
Added build-addons task, it allows to build and test native addons
during test-ci task. Basically it should work in same way like
Makefile "build-addons" task.

Reviewed-By: Rod Vagg <rod@vagg.org>
Reviewed-By: João Reis <reis@janeasystems.com>
PR-URL: #5886
Fixes: #2537