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

Automatically handle CONAN_RUN_TESTS environment variable #8687

Merged

Commits on Mar 22, 2021

  1. Automatically handle CONAN_RUN_TESTS environment variable

    Helps to avoid boilerplate in conanfiles:
    
        if tools.get_env("CONAN_RUN_TESTS", True):
            self._cmake.test()
    klimkin committed Mar 22, 2021
    Copy the full SHA
    a148ce2 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

  1. Update conan/tools/cmake/cmake.py

    Co-authored-by: James <james@conan.io>
    klimkin and memsharded committed Mar 26, 2021
    Copy the full SHA
    0f0e473 View commit details
    Browse the repository at this point in the history