Skip to content

Commit a4b3fde

Browse files
committed
travis: Add mips, mipsel, mips64el build.
1 parent ad9673e commit a4b3fde

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

.travis.yml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,38 @@ matrix:
6969
- libc6-dev-ppc64el-cross
7070
- qemu-user-static
7171
- binfmt-support
72+
73+
- os: linux
74+
env: FLAGS="CC=mips-linux-gnu-gcc" TEST_FLAGS="LDFLAGS=-static"
75+
addons:
76+
apt:
77+
sources:
78+
- sourceline: "deb http://archive.ubuntu.com/ubuntu/ xenial main universe"
79+
packages:
80+
- gcc-mips-linux-gnu
81+
- libc6-dev-mips-cross
82+
- qemu-user-binfmt
83+
84+
- os: linux
85+
env: FLAGS="CC=mipsel-linux-gnu-gcc" TEST_FLAGS="LDFLAGS=-static"
86+
addons:
87+
apt:
88+
sources:
89+
- sourceline: "deb http://archive.ubuntu.com/ubuntu/ xenial main universe"
90+
packages:
91+
- gcc-mipsel-linux-gnu
92+
- libc6-dev-mipsel-cross
93+
- qemu-user-binfmt
94+
95+
- os: linux
96+
env: FLAGS="CC=mips64el-linux-gnuabi64-gcc" TEST_FLAGS="LDFLAGS=-static"
97+
addons:
98+
apt:
99+
sources:
100+
- sourceline: "deb http://archive.ubuntu.com/ubuntu/ xenial main universe"
101+
packages:
102+
- gcc-mips64el-linux-gnuabi64
103+
- libc6-dev-mips64el-cross
104+
- qemu-user-binfmt
72105
notifications:
73106
email: false

0 commit comments

Comments
 (0)