Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grisumbras/run-cpt
GitHub Action that runs conan_package_tools
https://github.com/grisumbras/run-cpt
Last synced: 28 days ago
JSON representation
GitHub Action that runs conan_package_tools
- Host: GitHub
- URL: https://github.com/grisumbras/run-cpt
- Owner: grisumbras
- License: bsl-1.0
- Created: 2019-09-23T13:20:01.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-03T20:13:33.000Z (almost 5 years ago)
- Last Synced: 2024-10-31T10:49:11.634Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 7.81 MB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
= run-cpt
:toc: preamble[link=https://github.com/grisumbras/run-cpt/actions]
image::https://github.com/grisumbras/run-cpt/workflows/Build/badge.svg?branch=master[Build status]____
GitHub Action that runs conan_package_tools
____== Usage
Example usage:[source,yaml]
----
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:[source,yaml]
----
- 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.=== Inputs
build-script::
Path to the build script. Given `build-script: x/y/z.py`, the action will run
`python x/y/z.py`. `build.py` by default.
install::
Install conan_package_tools before running the build script if the value is not
`no`. If the value is `latest` install the latest version, otherwise install
the version equal to that value. `latest` by default.== Maintainer
Dmitry Arkhipov== Contributing
Patches welcome!== License
link:LICENSE[BSL-1.0] (C) 2019 Dmitry Arkhipov