aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/ci.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ci.md b/docs/ci.md
index 8c11f7c..2c02d98 100644
--- a/docs/ci.md
+++ b/docs/ci.md
@@ -1,6 +1,6 @@
`ci-boost` and `ci-cmake` are thin wrappers around `boost-download`/`boost-build`
-and `cmake-build` accordingly. They work by reading environment variables and
-passing their values as command line parameters to the more generic scripts.
+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.
For example, the following Travis workflow:
@@ -37,7 +37,7 @@ boost-build \
--with-filesystem
for configuration in Debug Release; do
- cmake-build \
+ project-build \
--platform x64 \
--configuration "$configuration" \
--boost "$TRAVIS_BUILD_DIR/../build/boost" \