Merge pull request #137 from dthadi3/ppc64le
Travis-ci: added support for ppc64le
This commit is contained in:
commit
da0c89b6db
1 changed files with 41 additions and 0 deletions
41
.travis.yml
41
.travis.yml
|
@ -45,6 +45,47 @@ matrix:
|
||||||
- DEBUG=yes
|
- DEBUG=yes
|
||||||
- CC=gcc
|
- CC=gcc
|
||||||
- CXX=g++
|
- CXX=g++
|
||||||
|
#power Jobs Added
|
||||||
|
- compiler: gcc
|
||||||
|
arch: pc64le
|
||||||
|
env:
|
||||||
|
- TYPE=autotools
|
||||||
|
- CONFIGURE_OPTION='--enable-debug --enable-gcov --with-malloc=jemalloc'
|
||||||
|
- COVERALLS=yes
|
||||||
|
- VALGRIND=no
|
||||||
|
- DEBUG=yes
|
||||||
|
- CC=gcc
|
||||||
|
- CXX=g++
|
||||||
|
- compiler: gcc
|
||||||
|
arch: ppc64le
|
||||||
|
env:
|
||||||
|
- TYPE=autotools
|
||||||
|
- CONFIGURE_OPTION='--enable-debug --enable-gcov'
|
||||||
|
- COVERALLS=yes
|
||||||
|
- VALGRIND=yes
|
||||||
|
- DEBUG=yes
|
||||||
|
- CC=gcc
|
||||||
|
- CXX=g++
|
||||||
|
- compiler: clang
|
||||||
|
arch: ppc64le
|
||||||
|
env:
|
||||||
|
- TYPE=autotools
|
||||||
|
- CONFIGURE_OPTION='--enable-debug --enable-gcov'
|
||||||
|
- COVERALLS=yes
|
||||||
|
- VALGRIND=yes
|
||||||
|
- DEBUG=yes
|
||||||
|
- CC=clang
|
||||||
|
- CXX=clang++
|
||||||
|
- compiler: gcc
|
||||||
|
arch: ppc64le
|
||||||
|
env:
|
||||||
|
- TYPE=cmake
|
||||||
|
- CONFIGURE_OPTION='--enable-debug --enable-gcov'
|
||||||
|
- COVERALLS=yes
|
||||||
|
- VALGRIND=yes
|
||||||
|
- DEBUG=yes
|
||||||
|
- CC=gcc
|
||||||
|
- CXX=g++
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- docker run -d
|
- docker run -d
|
||||||
|
|
Loading…
Reference in a new issue