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: run-ci makefile rule #2134

Closed
wants to merge 1 commit into from

Commits on Jul 8, 2015

  1. build: run-ci makefile rule

    Adding a single rule to be called from Jenkins.
    
    Jenkins jobs typically call:
    python ./configure
    make -j $(getconf _NPROCESSORS_ONLN)
    make test-ci
    
    After this change, we can have Jenkins call:
    make run-ci -j $(getconf _NPROCESSORS_ONLN)
    
    This allows us to customize how we call configure
    for different repos or branches (e.g. joyent\node).
    orangemocha committed Jul 8, 2015
    Configuration menu
    Copy the full SHA
    8195168 View commit details
    Browse the repository at this point in the history