Example usage:
uses: grisumbras/run-cpt@latest
with:
build-script: conan/build.pyYou can set environment variables that control Conan and CPT behaviour using
env key:
- uses: grisumbras/run-cpt@latest
env:
CONAN_REMOTES: https://api.bintray.com/conan/bincrafters/public-conanAdditionally, if CONAN_USERNAME is not specified, the first part of
GITHUB_REPOSITORY (before slash) will be used.
- build-script
-
Path to the build script. Given
build-script: x/y/z.py, the action will runpython x/y/z.py.build.pyby default. - install
-
Install conan_package_tools before running the build script if the value is not
no. If the value islatestinstall the latest version, otherwise install the version equal to that value.latestby default.
Dmitry Arkhipov <grisumbras@gmail.com>
BSL-1.0 © 2019 Dmitry Arkhipov