diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-01-18 02:15:50 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-01-18 02:15:50 +0300 |
commit | 4d08df136ceb579b12e89aa662c00abff9ff532f (patch) | |
tree | 4495219f08bcd70218958663bcf2076b2f46a7c7 /README.md | |
parent | README: update (diff) | |
download | cmake-common-4d08df136ceb579b12e89aa662c00abff9ff532f.tar.gz cmake-common-4d08df136ceb579b12e89aa662c00abff9ff532f.zip |
README: update
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -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: |