You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1190,6 +1190,7 @@ Using **CONAN_CLANG_VERSIONS** env variable in Travis ci or Appveyor:
1190
1190
- ["pattern\*", "another_pattern\*"]: will build only the packages with the reference matching these patterns. Equivalent to `--build pattern* --build another_pattern*`
Check [Conan Build policies](https://docs.conan.io/en/latest/mastering/policies.html) for more details.
1193
+
- **require_overrides** List containing overrides requirement to the consumer conanfile. e.j ["foo/0.1@user/channel", "bar/1.2@bar/channel"]
1193
1194
- **test_folder**: Custom test folder consumed by Conan create, e.j .conan/test_package
1194
1195
- **lockfile**: Custom conan lockfile to be used, e.j. conan.lock. Default [None]
1195
1196
- **conanfile**: Custom conanfile consumed by Conan create. e.j. conanfile.py
@@ -1352,6 +1353,7 @@ This is especially useful for CI integration.
1352
1353
- "pattern\*,another_pattern\*": will build only the packages with the reference matching these patterns. Equivalent to `--build pattern* --build another_pattern*`
1353
1354
- "pattern\*,outdated": Equivalent to `--build pattern* --build outdated`
1354
1355
Check [Conan Build policies](https://docs.conan.io/en/latest/mastering/policies.html) for more details.
1356
+
- **CONAN_REQUIRE_OVERRIDES**: Comma separated list of requirement overrides.
1355
1357
- **CONAN_CONFIG_URL**: Conan config URL be installed before to build e.j https://github.com/bincrafters/conan-config.git
1356
1358
- **CONAN_CONFIG_ARGS**: Conan config arguments used when installing conan config
1357
1359
- **CONAN_BASE_PROFILE**: Apply options, settings, etc. to this profile instead of `default`.
0 commit comments