aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-01-18 02:15:50 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-01-18 02:15:50 +0300
commit4d08df136ceb579b12e89aa662c00abff9ff532f (patch)
tree4495219f08bcd70218958663bcf2076b2f46a7c7 /README.md
parentREADME: update (diff)
downloadcmake-common-4d08df136ceb579b12e89aa662c00abff9ff532f.tar.gz
cmake-common-4d08df136ceb579b12e89aa662c00abff9ff532f.zip
README: update
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 3 insertions, 6 deletions
diff --git a/README.md b/README.md
index e12640e..67f7584 100644
--- a/README.md
+++ b/README.md
@@ -93,12 +93,10 @@ Pass the `--help` flag to a script to view detailed usage information.
#### Travis
-Bootstrap Boost:
+Bootstrap Boost and/or build a CMake project:
$ python3 -m project.ci.travis.boost -- --with-test
-Build a CMake project:
-
$ python3 -m project.ci.travis.cmake --install "$HOME/install"
Environment variables:
@@ -109,12 +107,11 @@ Environment variables:
#### AppVeyor
-Bootstrap Boost (seldom used, since AppVeyor pre-builds many Boost versions):
+Bootstrap Boost (seldom used, since AppVeyor pre-builds many Boost versions)
+and/or build a CMake project:
> C:\Python36-x64\python.exe -m project.ci.appveyor.boost -- --with-test
-Build a CMake project:
-
> C:\Python36-x64\python.exe -m project.ci.appveyor.cmake --install C:\projects\install
Environment variables: