File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
72105notifications :
73106 email : false
You can’t perform that action at this time.
0 commit comments