From cce9ea25d243672b9f88b124eb56e4bf37adba4c Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 3 Jul 2023 21:47:48 +0200 Subject: project.cmake.build -> project.build Accordingly, rename cmake-build to project-build. --- docs/ci.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') 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" \ -- cgit v1.2.3