diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-01-17 15:23:16 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-01-17 15:23:16 +0300 |
commit | 7cd013371ae41e50f9474d5f3e4268afd89ce117 (patch) | |
tree | c88e4fa594d7db17bdc196f6091791a1170eabe8 /project/ci/dirs.py | |
parent | fix PyLint warnings (diff) | |
download | cmake-common-7cd013371ae41e50f9474d5f3e4268afd89ce117.tar.gz cmake-common-7cd013371ae41e50f9474d5f3e4268afd89ce117.zip |
README: update
Diffstat (limited to 'project/ci/dirs.py')
-rw-r--r-- | project/ci/dirs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project/ci/dirs.py b/project/ci/dirs.py index 9234df2..5bfedda 100644 --- a/project/ci/dirs.py +++ b/project/ci/dirs.py @@ -56,7 +56,7 @@ Boost is built in {self.get_boost_dir()}. ''' def get_cmake_help(self): - return f'''Build a CMake project on AppVeyor. + return f'''Build a CMake project on Travis/AppVeyor. This is similar to running project.cmake.build, but auto-fills some parameters from environment variables. |