aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs
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 /docs
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 'docs')
-rw-r--r--docs/ci.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ci.md b/docs/ci.md
index 2c02d98..6f31b6f 100644
--- a/docs/ci.md
+++ b/docs/ci.md
@@ -1,4 +1,4 @@
-`ci-boost` and `ci-cmake` are thin wrappers around `boost-download`/`boost-build`
+`ci-boost` and `ci-build` are thin wrappers around `boost-download`/`boost-build`
and `project-build` accordingly. They work by reading environment variables
and passing their values as command line parameters to the more generic scripts.
This facilitates matrix-building the project without too much fuss.
@@ -18,7 +18,7 @@ env:
- CONFIGURATION=Release PLATFORM=x64
before_script: ci-boost -- --with-filesystem
-script: ci-cmake --install
+script: ci-build --install
```
is roughly equivalent to running