Go to file
insleker 34ee3d94ff chore(ci): add ci.yml, cd.yml 2026-04-24 13:28:56 +08:00
.github chore(ci): add ci.yml, cd.yml 2026-04-24 13:28:56 +08:00
recipes/ethercat/all feat: update ethercat sources and add missing versions 2026-04-24 12:09:47 +08:00
.env.ci.example chore(ci): add ci.yml, cd.yml 2026-04-24 13:28:56 +08:00
.gitattributes feat: basic igh ethercat package support 2026-04-24 12:01:27 +08:00
.gitignore chore(ci): add ci.yml, cd.yml 2026-04-24 13:28:56 +08:00
LICENSE Initial commit 2026-04-24 11:41:17 +08:00
README.md chore(ci): add ci.yml, cd.yml 2026-04-24 13:28:56 +08:00

README.md

conan-recipes

The goal of this repo is provide some non-official recipes for libraries that has no plan to officially support conan.

CI/CD

  • ci.yml validates only recipe/version targets changed by a pull request.
  • cd.yml runs on main, builds only changed recipe/version targets, and uploads only missing packages to the configured private Conan remote.
  • Populate secrets from .env.ci.example or .env.ci with gh secret set -f .env.ci.

ref