Skip to content

Commit

Permalink
Merge pull request #66 from sanjaymsh/ppc64le
Browse files Browse the repository at this point in the history
Travis-ci:added support for ppc64le
  • Loading branch information
shekyan authored Jan 15, 2021
2 parents d31ade1 + d53713f commit ac19b0f
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ branches:
only:
- master
- /^devel_.*$/
- ppc64le

before_install:
- if [ -n "$GCC_VERSION" ]; then export CXX="g++-${GCC_VERSION}" CC="gcc-${GCC_VERSION}"; fi
Expand All @@ -20,7 +21,21 @@ script:
matrix:
include:
- compiler: gcc
arch: amd64
- compiler: gcc
arch: ppc64le
- compiler: gcc
arch: amd64
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-5
- g++-5
env: GCC_VERSION=5
- compiler: gcc
arch: ppc64le
addons:
apt:
sources:
Expand All @@ -30,6 +45,17 @@ matrix:
- g++-5
env: GCC_VERSION=5
- compiler: gcc
arch: amd64
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-6
- g++-6
env: GCC_VERSION=6
- compiler: gcc
arch: ppc64le
addons:
apt:
sources:
Expand Down

0 comments on commit ac19b0f

Please sign in to comment.