aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-01-18 15:32:28 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-01-18 20:51:19 +0300
commitca3ac59b71a1d613f7d978f12d9593f68b7ee907 (patch)
tree79a02e4d3c3e657040b39b0df1eab796a86fbff4 /README.md
parentproject.ci: --install picks the directory automatically (diff)
downloadcmake-common-ca3ac59b71a1d613f7d978f12d9593f68b7ee907.tar.gz
cmake-common-ca3ac59b71a1d613f7d978f12d9593f68b7ee907.zip
project.ci: add GitHub Actions
Diffstat (limited to '')
-rw-r--r--README.md20
1 files changed, 17 insertions, 3 deletions
diff --git a/README.md b/README.md
index 67f7584..3e01beb 100644
--- a/README.md
+++ b/README.md
@@ -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.