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 /README.md | |
parent | fix PyLint warnings (diff) | |
download | cmake-common-7cd013371ae41e50f9474d5f3e4268afd89ce117.tar.gz cmake-common-7cd013371ae41e50f9474d5f3e4268afd89ce117.zip |
README: update
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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. |