mirror of
https://github.com/Vita3K/unicorn.git
synced 2024-11-23 13:29:40 +00:00
name builds in travis (#1138)
This commit is contained in:
parent
4fd2f8c524
commit
6c948b43ba
@ -12,7 +12,8 @@ os:
|
||||
- osx
|
||||
matrix:
|
||||
include:
|
||||
- os: linux
|
||||
- name: 32bit
|
||||
os: linux
|
||||
compiler: gcc
|
||||
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
|
||||
@ -27,6 +28,7 @@ matrix:
|
||||
- gcc-multilib
|
||||
- libcmocka-dev:i386
|
||||
- if: branch = master
|
||||
name: brew HEAD
|
||||
os: osx
|
||||
script: brew install --HEAD unicorn && brew test unicorn
|
||||
addons:
|
||||
|
Loading…
Reference in New Issue
Block a user