From e5ecc9bb1f2c7de1800413927cece968c79ec3f0 Mon Sep 17 00:00:00 2001
From: Egor Tensin <Egor.Tensin@gmail.com>
Date: Mon, 3 Jul 2023 22:04:53 +0200
Subject: project.ci.cmake -> project.ci.build

Accordingly, rename ci-cmake to ci-build.
---
 docs/ci.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'docs')

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
-- 
cgit v1.2.3