diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-03-24 18:11:23 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-03-24 18:11:23 +0300 |
commit | e1ed577d747cf75740125ba76f0cbfed100648f9 (patch) | |
tree | 3934272d01e02dc18bf455b6a3d5e149ef52a452 /README.md | |
parent | README: actualize (diff) | |
download | cmake-common-e1ed577d747cf75740125ba76f0cbfed100648f9.tar.gz cmake-common-e1ed577d747cf75740125ba76f0cbfed100648f9.zip |
project.ci: use same variable names for all CIs
Using different ones was quite weird to begin with.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -89,10 +89,10 @@ parameters from environment variables. | | Travis | AppVeyor | GitHub Actions | ----------------- | ------------------------------------ | ------------------------------------------ | ------------------------------------ -| `--toolset` | `$toolset` | `%toolset%` | `$toolset` -| `--platform` | `$platform` | `%PLATFORM%` | `$platform` -| `--configuration` | `$configuration` | `%CONFIGURATION%` | `$configuration` -| Boost version | `$boost_version` | `%boost_version%` | `$boost_version` +| `--toolset` | `$TOOLSET` | `%TOOLSET%` | `$TOOLSET` +| `--platform` | `$PLATFORM` | `%PLATFORM%` | `$PLATFORM` +| `--configuration` | `$CONFIGURATION` | `%CONFIGURATION%` | `$CONFIGURATION` +| Boost version | `$BOOST_VERSION` | `%BOOST_VERSION%` | `$BOOST_VERSION` | Boost path | `$TRAVIS_BUILD_DIR/../build/boost` | `%APPVEYOR_BUILD_FOLDER%\..\build\boost` | `$GITHUB_WORKSPACE/../build/boost` | Build path | `$TRAVIS_BUILD_DIR/../build/cmake` | `%APPVEYOR_BUILD_FOLDER%\..\build\cmake` | `$GITHUB_WORKSPACE/../build/cmake` | Install path | `$TRAVIS_BUILD_DIR/../build/install` | `%APPVEYOR_BUILD_FOLDER%\..\build\install` | `$GITHUB_WORKSPACE/../build/install` |