mirror of
https://github.com/google/cpu_features.git
synced 2025-07-01 21:31:15 +02:00
Fix mips qemu (#61)
* Fix continuous integration for mips * Fix MSVC build * Fix MSVC build
This commit is contained in:

committed by
GitHub

parent
9917e8481e
commit
53ea243a62
19
.travis.yml
19
.travis.yml
@ -94,8 +94,23 @@ matrix:
|
||||
- os: linux
|
||||
env:
|
||||
TOOLCHAIN=CODESCAPE
|
||||
TARGET=mips-mti-linux-gnu
|
||||
QEMU_ARCH=DISABLED
|
||||
TARGET=mips32
|
||||
QEMU_ARCH=mips
|
||||
- os: linux
|
||||
env:
|
||||
TOOLCHAIN=CODESCAPE
|
||||
TARGET=mips32el
|
||||
QEMU_ARCH=mipsel
|
||||
- os: linux
|
||||
env:
|
||||
TOOLCHAIN=CODESCAPE
|
||||
TARGET=mips64
|
||||
QEMU_ARCH=mips64
|
||||
- os: linux
|
||||
env:
|
||||
TOOLCHAIN=CODESCAPE
|
||||
TARGET=mips64el
|
||||
QEMU_ARCH=mips64el
|
||||
|
||||
script:
|
||||
- cmake --version
|
||||
|
Reference in New Issue
Block a user