aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-07-03 22:04:53 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-07-03 22:04:57 +0200
commite5ecc9bb1f2c7de1800413927cece968c79ec3f0 (patch)
treea5239b1842c8d51891fb755b13b8aac9664ede6f /README.md
parentproject.cmake.build -> project.build (diff)
downloadcmake-common-e5ecc9bb1f2c7de1800413927cece968c79ec3f0.tar.gz
cmake-common-e5ecc9bb1f2c7de1800413927cece968c79ec3f0.zip
project.ci.cmake -> project.ci.build
Accordingly, rename ci-cmake to ci-build.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
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