Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: split CI rules in Makefile #7317

Closed

Commits on Jun 24, 2016

  1. build: split CI rules in Makefile

    Some CI jobs compile Node and run the tests on different machines.
    This change enables collaborators to have finer control over what runs
    on these jobs, such as the exact suites to run. The test-ci rule was
    split into js and native, to allow for addons to be compiled only on
    the machines that are going to run them.
    joaocgreis committed Jun 24, 2016
    Configuration menu
    Copy the full SHA
    eedad89 View commit details
    Browse the repository at this point in the history
  2. fixup

    joaocgreis committed Jun 24, 2016
    Configuration menu
    Copy the full SHA
    d7c0983 View commit details
    Browse the repository at this point in the history
  3. fixup comments

    joaocgreis committed Jun 24, 2016
    Configuration menu
    Copy the full SHA
    0b041f6 View commit details
    Browse the repository at this point in the history