aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-01-17 23:53:16 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-01-18 00:16:22 +0300
commit99eb9822b4dfa67f65674eac92f1371dc4be9d31 (patch)
tree47fc1f817c805479b96270c9f7425d912f540e9b /.travis.yml
parentfix .clang-format (diff)
downloadcmake-common-99eb9822b4dfa67f65674eac92f1371dc4be9d31.tar.gz
cmake-common-99eb9822b4dfa67f65674eac92f1371dc4be9d31.zip
support all 4 cmake default configurations
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 3aaf42a..f9e4144 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -43,7 +43,7 @@ jobs:
- >-
./cmake/build/build.py
--install "$HOME/install/dynamic"
- --configuration Release
+ --configuration RelWithDebInfo
-- cmake/examples/dynamic
- LD_LIBRARY_PATH="$HOME/install/dynamic/lib" "$HOME/install/dynamic/bin/foo"
- ./.ci/verify_arch.sh "$HOME/install/dynamic/bin/foo" x64
@@ -75,7 +75,6 @@ jobs:
- ./boost/build/build.py download --cache . 1.72.0
- >-
./boost/build/build.py build
- --configuration Debug Release
--platform x86 x64
--link shared
-- ./boost_1_72_0
@@ -109,5 +108,5 @@ jobs:
- ./.ci/verify_arch.sh "$HOME/install/boost_1_65_0/bin/foo" x64
env:
travis_boost_version: 1.65.0
- configuration: Release
+ configuration: MinSizeRel
platform: x64