diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-07-03 22:04:53 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-07-03 22:04:57 +0200 |
commit | e5ecc9bb1f2c7de1800413927cece968c79ec3f0 (patch) | |
tree | a5239b1842c8d51891fb755b13b8aac9664ede6f /docs | |
parent | project.cmake.build -> project.build (diff) | |
download | cmake-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.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |