name builds in travis (#1138)

This commit is contained in:
Stephen 2019-09-06 20:25:13 -07:00 committed by Nguyen Anh Quynh
parent 4fd2f8c524
commit 6c948b43ba

View File

@ -12,7 +12,8 @@ os:
- osx - osx
matrix: matrix:
include: include:
- os: linux - name: 32bit
os: linux
compiler: gcc compiler: gcc
env: CFLAGS="-m32" LDFLAGS="-m32" LDFLAGS_STATIC="-m32" UNICORN_QEMU_FLAGS="--cpu=i386" env: CFLAGS="-m32" LDFLAGS="-m32" LDFLAGS_STATIC="-m32" UNICORN_QEMU_FLAGS="--cpu=i386"
script: make && make -C tests/unit test && make -C tests/regress test script: make && make -C tests/unit test && make -C tests/regress test
@ -27,6 +28,7 @@ matrix:
- gcc-multilib - gcc-multilib
- libcmocka-dev:i386 - libcmocka-dev:i386
- if: branch = master - if: branch = master
name: brew HEAD
os: osx os: osx
script: brew install --HEAD unicorn && brew test unicorn script: brew install --HEAD unicorn && brew test unicorn
addons: addons: