aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs/ci.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ci.md')
-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