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 /.github/workflows/ci_travis.yml | |
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 '.github/workflows/ci_travis.yml')
-rw-r--r-- | .github/workflows/ci_travis.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci_travis.yml b/.github/workflows/ci_travis.yml index c585f57..3ee4550 100644 --- a/.github/workflows/ci_travis.yml +++ b/.github/workflows/ci_travis.yml @@ -25,9 +25,9 @@ jobs: # https://docs.travis-ci.com/user/environment-variables/#default-environment-variables TRAVIS: 'true' TRAVIS_BUILD_DIR: '${{ github.workspace }}/examples/boost' - platform: x64 - configuration: '${{ matrix.configuration }}' - boost_version: 1.72.0 + PLATFORM: x64 + CONFIGURATION: '${{ matrix.configuration }}' + BOOST_VERSION: 1.72.0 defaults: run: |