aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-01-17 15:23:16 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-01-17 15:23:16 +0300
commit7cd013371ae41e50f9474d5f3e4268afd89ce117 (patch)
treec88e4fa594d7db17bdc196f6091791a1170eabe8 /README.md
parentfix PyLint warnings (diff)
downloadcmake-common-7cd013371ae41e50f9474d5f3e4268afd89ce117.tar.gz
cmake-common-7cd013371ae41e50f9474d5f3e4268afd89ce117.zip
README: update
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 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.