aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-04-24 16:31:38 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-04-24 16:31:38 +0300
commit74a7b235db23b2a114bbc455f51f40ba33495d10 (patch)
treee4f39f68588c312a4d33f578298affed9ec15d99
parentworkflows: use actions/cache@v2 (diff)
downloadcmake-common-74a7b235db23b2a114bbc455f51f40ba33495d10.tar.gz
cmake-common-74a7b235db23b2a114bbc455f51f40ba33495d10.zip
README: fix Travis workflow variables
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index aa7cdde..7e62c44 100644
--- a/README.md
+++ b/README.md
@@ -126,10 +126,10 @@ dist: focal
env:
global:
- boost_version: 1.65.0
+ BOOST_VERSION: 1.65.0
jobs:
- - configuration=Debug platform=x64
- - configuration=Release platform=x64
+ - CONFIGURATION=Debug PLATFORM=x64
+ - CONFIGURATION=Release PLATFORM=x64
before_script: ci-boost -- --with-filesystem
script: ci-cmake --install