diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-01-18 15:32:28 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-01-18 20:51:19 +0300 |
commit | ca3ac59b71a1d613f7d978f12d9593f68b7ee907 (patch) | |
tree | 79a02e4d3c3e657040b39b0df1eab796a86fbff4 /README.md | |
parent | project.ci: --install picks the directory automatically (diff) | |
download | cmake-common-ca3ac59b71a1d613f7d978f12d9593f68b7ee907.tar.gz cmake-common-ca3ac59b71a1d613f7d978f12d9593f68b7ee907.zip |
project.ci: add GitHub Actions
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 20 |
1 files changed, 17 insertions, 3 deletions
@@ -97,7 +97,7 @@ Bootstrap Boost and/or build a CMake project: $ python3 -m project.ci.travis.boost -- --with-test - $ python3 -m project.ci.travis.cmake --install "$HOME/install" + $ python3 -m project.ci.travis.cmake --install Environment variables: @@ -110,9 +110,9 @@ Environment variables: 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 + > C:\Python36-x64\python.exe -m project.ci.appveyor.boost -- --with-filesystem - > C:\Python36-x64\python.exe -m project.ci.appveyor.cmake --install C:\projects\install + > C:\Python36-x64\python.exe -m project.ci.appveyor.cmake --install Environment variables: @@ -120,6 +120,20 @@ Environment variables: * `CONFIGURATION`, * `boost_version`. +#### GitHub Actions + +Bootstrap Boost and/or build a CMake project: + + > python -m project.ci.github.boost -- --with-program_options + + > python -m project.ci.github.cmake --install + +Environment variables: + +* `platform`, +* `configuration`, +* `boost_version`. + ### clang-format.py `clang-format` all C/C++ files in a project. |