Go to file
insleker 8e50a5f134 fix: relax old linux objtool warning 2026-05-22 21:46:10 +08:00
.github ci: install libelf headers for linux kbuild 2026-05-22 21:39:24 +08:00
recipes fix: relax old linux objtool warning 2026-05-22 21:46:10 +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 feat: enhance `webots-controller` Windows build support with MinGW and MSYS2 requirements 2026-05-22 11:41:42 +08:00
LICENSE Initial commit 2026-04-24 11:41:17 +08:00
README.md fix: rename ethercat package to igh-ethercat 2026-05-04 09:23:29 +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