From 4d08df136ceb579b12e89aa662c00abff9ff532f Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 18 Jan 2021 02:15:50 +0300 Subject: README: update --- README.md | 9 +++------ 1 file 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: -- cgit v1.2.3