mirror of
https://github.com/Vita3K/unicorn.git
synced 2024-11-23 05:19:40 +00:00
fix travis-ci cmake path (#1242)
* Travis-CI Migration (#1230) * Travis-CI Migration * Travis-CI addition cmake Linux * Travis-CI cmake fix
This commit is contained in:
parent
bc04300591
commit
c5adcad5a2
14
.travis.yml
14
.travis.yml
@ -46,8 +46,11 @@ matrix:
|
||||
- CFLAGS="-m32" LDFLAGS="-m32" LDFLAGS_STATIC="-m32" UNICORN_QEMU_FLAGS="--cpu=i386"
|
||||
- PATH=$PATH:/usr/local/opt/binutils/bin
|
||||
script:
|
||||
- ./cmake.sh x86
|
||||
- make -C tests/unit test && make -C tests/regress test
|
||||
- mkdir build
|
||||
- cd build
|
||||
- ../cmake.sh x86
|
||||
- cp libunicorn.* ../
|
||||
- make -C ../tests/unit test && make -C ../tests/regress test
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
@ -65,8 +68,11 @@ matrix:
|
||||
env:
|
||||
- PATH=$PATH:/usr/local/opt/binutils/bin
|
||||
script:
|
||||
- ./cmake.sh
|
||||
- make -C tests/unit test && make tests/regress test
|
||||
- mkdir build
|
||||
- cd build
|
||||
- ../cmake.sh
|
||||
- cp libunicorn.* ../
|
||||
- make -C ../tests/unit test && make -C ../tests/regress test
|
||||
|
||||
- name: "MacOSX brew"
|
||||
os: osx
|
||||
|
Loading…
Reference in New Issue
Block a user