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

Convert C++ Example to Docker Build Pattern #746

Merged

Commits on Apr 25, 2019

  1. Convert C++ Example to Docker Build Pattern

    While this does make it a longer build time, it makes it easier to get
    started with the C++ example because there is no tooling dependencies
    other than Docker (Make is even optional, it just sets the default
    arguments up).
    
    Also provides an end to end example of compiling the SDK, installing it
    and then using it with another C++ project.
    
    Co-authored-by: Dmitry Sazonov <dmitry.sazonov@globant.com>
    markmandel and Dmitry Sazonov committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    eab4045 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2019

  1. Configuration menu
    Copy the full SHA
    c0dc2b0 View commit details
    Browse the repository at this point in the history