From 05c7826537d512618988cfe71460b90bb6a8a219 Mon Sep 17 00:00:00 2001 From: jonnypower Date: Sun, 29 Apr 2018 21:47:57 -0700 Subject: [PATCH] feat: Travis-ci linux build --- .travis.yml | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index 62396843..e1893939 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,17 +2,18 @@ language: cpp matrix: include: -# Curl fails on x86_64 travis VMs, someone who knows what they are doing should fix -# - os: linux -# compiler: gcc -# script: cd main/source/linux && make -# env: OPJ_CI_ARCH=i386 -# addons: -# apt: -# packages: -# - gcc-multilib -# - g++-multilib -# - libcurl4-openssl-dev + - os: linux + compiler: gcc + script: cd main/source/linux && make + env: OPJ_CI_ARCH=i386 + addons: + apt: + packages: + - gcc-multilib + - g++-multilib + - libc6-i386 + - libcurl4-openssl-dev:i386 + - libpng12-dev:i386 - os: osx compiler: clang