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: enable debugger tests in CI #10456

Closed

Commits on Jan 30, 2017

  1. build: make local & ci test the same subsytems

    1. In Makefile, though CI and local test tests the same subsystems,
       CI target uses a variable and the local test enumerates the
       subsystems being tested. This patch makes both of them to use the
       same variable.
    
    2. In vcbuild.bat, the inspector tests are not run when tested locally.
       This patch makes sure that they both use the same set of subsysterms
       set in a variable.
    thefourtheye committed Jan 30, 2017
    Configuration menu
    Copy the full SHA
    3bc4ee7 View commit details
    Browse the repository at this point in the history
  2. build: enable debugger tests in CI

    All the problems blocking nodejs#10361
    have been resolved. This patch enables debugger in CI.
    thefourtheye committed Jan 30, 2017
    Configuration menu
    Copy the full SHA
    e6b277c View commit details
    Browse the repository at this point in the history