You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
run-cpt
v0.1.0
Table of Contents
Example usage:
uses: grisumbras/run-cpt@latest
with:
build-script: conan/build.py
You 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-conan
Additionally, if CONAN_USERNAME
is not specified, the first part of
GITHUB_REPOSITORY
(before slash) will be used.
Dmitry Arkhipov <[email protected]>
BSL-1.0 © 2019 Dmitry Arkhipov