From e5ecc9bb1f2c7de1800413927cece968c79ec3f0 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 3 Jul 2023 22:04:53 +0200 Subject: project.ci.cmake -> project.ci.build Accordingly, rename ci-cmake to ci-build. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 94f5c56..9786fd9 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Installation | boost-build | `python3 -m project.boost.build` | project-build | `python3 -m project.build` | ci-boost | `python3 -m project.ci.boost` - | ci-cmake | `python3 -m project.ci.cmake` + | ci-build | `python3 -m project.ci.build` Toolsets -------- @@ -104,7 +104,7 @@ Everything is optional (use the `CC_*` CMake options to opt out). ### CI -Utility scripts `ci-boost` and `ci-cmake` allow building Boost and CMake +Utility scripts `ci-boost` and `ci-build` allow building Boost and CMake projects on multiple CI systems. They work by calling the generic scripts from above, auto-filling some parameters from environment variables. @@ -120,7 +120,7 @@ parameters from environment variables. | Install path | `$TRAVIS_BUILD_DIR/../build/install` | `%APPVEYOR_BUILD_FOLDER%\..\build\install` | `$GITHUB_WORKSPACE/../build/install` -For an example of how to integrate `ci-boost` and `ci-cmake` into a CI +For an example of how to integrate `ci-boost` and `ci-build` into a CI workflow, see [docs/ci.md](docs/ci.md). Tools -- cgit v1.2.3