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:
chfl4gs 2020-04-27 00:01:39 +08:00 committed by GitHub
parent bc04300591
commit c5adcad5a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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