1
0
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:
Guillaume Chatelet
2019-01-21 22:40:16 +01:00
committed by GitHub
parent 9917e8481e
commit 53ea243a62
4 changed files with 89 additions and 73 deletions

View File

@ -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