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

Update build scripts to always run tests for all MXNet engine types #71

Open
wants to merge 6 commits into
base: v0.x.x
Choose a base branch
from

Commits on Jun 21, 2018

  1. Update build scripts to always run tests for all MXNet engine types

    This patch updates `Build.mak` to ensure that unittests and integration
    tests will always be run for all of the supported engine types.  As well
    as making it easier to run tests for all engines locally, this will make
    it possible to greatly simplify our CI setup.
    joseph-wakeling-sociomantic committed Jun 21, 2018
    Configuration menu
    Copy the full SHA
    0aa2462 View commit details
    Browse the repository at this point in the history
  2. Remove MXNET_ENGINE_TYPE settings from Travis CI config

    Since `Build.mak` now takes care of running tests with all engines, we
    can greatly simplify the number and configuration of Travis CI jobs.
    This patch reduces the setup to cover development and production builds
    for D1 and D2 respectively.
    joseph-wakeling-sociomantic committed Jun 21, 2018
    Configuration menu
    Copy the full SHA
    62e2506 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    201fe10 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9370ffd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    38c3e08 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2018

  1. squash! Update build scripts to always run tests for all MXNet engine…

    … types
    
    This should get the dependencies working OK.
    joseph-wakeling-sociomantic committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    c8d44c2 View commit details
    Browse the repository at this point in the history