mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2025-04-19 17:37:29 +02:00
travis: Add mips, mipsel, mips64el build.
This commit is contained in:
parent
ad9673e637
commit
a4b3fdeb76
1 changed files with 33 additions and 0 deletions
33
.travis.yml
33
.travis.yml
|
@ -69,5 +69,38 @@ matrix:
|
||||||
- libc6-dev-ppc64el-cross
|
- libc6-dev-ppc64el-cross
|
||||||
- qemu-user-static
|
- qemu-user-static
|
||||||
- binfmt-support
|
- binfmt-support
|
||||||
|
|
||||||
|
- os: linux
|
||||||
|
env: FLAGS="CC=mips-linux-gnu-gcc" TEST_FLAGS="LDFLAGS=-static"
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
sources:
|
||||||
|
- sourceline: "deb http://archive.ubuntu.com/ubuntu/ xenial main universe"
|
||||||
|
packages:
|
||||||
|
- gcc-mips-linux-gnu
|
||||||
|
- libc6-dev-mips-cross
|
||||||
|
- qemu-user-binfmt
|
||||||
|
|
||||||
|
- os: linux
|
||||||
|
env: FLAGS="CC=mipsel-linux-gnu-gcc" TEST_FLAGS="LDFLAGS=-static"
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
sources:
|
||||||
|
- sourceline: "deb http://archive.ubuntu.com/ubuntu/ xenial main universe"
|
||||||
|
packages:
|
||||||
|
- gcc-mipsel-linux-gnu
|
||||||
|
- libc6-dev-mipsel-cross
|
||||||
|
- qemu-user-binfmt
|
||||||
|
|
||||||
|
- os: linux
|
||||||
|
env: FLAGS="CC=mips64el-linux-gnuabi64-gcc" TEST_FLAGS="LDFLAGS=-static"
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
sources:
|
||||||
|
- sourceline: "deb http://archive.ubuntu.com/ubuntu/ xenial main universe"
|
||||||
|
packages:
|
||||||
|
- gcc-mips64el-linux-gnuabi64
|
||||||
|
- libc6-dev-mips64el-cross
|
||||||
|
- qemu-user-binfmt
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
|
Loading…
Add table
Reference in a new issue