From 489cd2c09bdd4c76122f2e7f82ff1624339c71cb Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 11 Dec 2019 08:03:50 +0300 Subject: Travis: x86 builds --- .travis.yml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 89e0329..d4a57a9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,10 +2,18 @@ language: cpp os: linux dist: bionic +addons: + apt: + update: true + packages: + - g++-multilib + env: global: - travis_boost_version=1.71.0 matrix: + - configuration=Debug platform=x86 + - configuration=Release platform=x86 - configuration=Debug platform=x64 - configuration=Release platform=x64 @@ -17,6 +25,7 @@ script: ./cmake/build/build_travis.py \ --configuration "$configuration" \ --install "$HOME/install" \ + --toolchain ./cmake/toolchains/gcc-$platform.cmake \ --boost "$HOME/boost_1_71_0" \ --boost-librarydir "$HOME/boost_1_71_0/stage/$platform/${configuration,,}/lib" \ -- -DENABLE_TESTS=ON -- cgit v1.2.3