From 7cd013371ae41e50f9474d5f3e4268afd89ce117 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 17 Jan 2021 15:23:16 +0300 Subject: README: update --- README.md | 6 ++++-- project/ci/dirs.py | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ab2e623..a6f8271 100644 --- a/README.md +++ b/README.md @@ -56,8 +56,10 @@ Pass the `--help` flag to view detailed usage information. ### CI -One of the goals was to merge my Travis & AppVeyor build scripts. -They have nearly identical interfaces now. +One of the goals was to merge Travis & AppVeyor build scripts for the various +projects I have. +This project provides the scripts for both of these CI systems with +nearly-identical interfaces. Internally, they call the generic scripts from above, auto-filling some parameters from environment variables. 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. -- cgit v1.2.3