Skip to content

Commit 413120d

Browse files
CI: Add mpi-linux-ppc64le
1 parent bdc6e03 commit 413120d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,11 @@ jobs:
4242
- sudo apt-get install -y gfortran
4343
- ./build all-test netlrts-linux-ppc64le -j3 --with-production --enable-error-checking --enable-lbuserdata -g -Werror=vla || exit 1
4444
- make -C netlrts-linux-ppc64le/tmp test TESTOPTS="++local"
45+
- os: linux
46+
arch: ppc64le
47+
name: "MPI-Power"
48+
script:
49+
- sudo apt-get update
50+
- sudo apt-get install -y gfortran mpich libmpich-dev
51+
- ./build all-test mpi-linux-ppc64le -j3 --with-production --enable-error-checking --enable-lbuserdata -g -Werror=vla || exit 1
52+
- make -C mpi-linux-ppc64le/tmp test

0 commit comments

Comments
 (0)