mirror of
https://github.com/capstone-engine/capstone.git
synced 2024-11-23 13:39:46 +00:00
Revert "cleanup travis and use environment variables"
This reverts commit 63913ef3f6
.
This commit is contained in:
parent
c1dbc8a42e
commit
99e303bdd4
@ -1,12 +1,12 @@
|
|||||||
language: cpp
|
language: cpp
|
||||||
sudo: false
|
sudo: false
|
||||||
env:
|
before_install:
|
||||||
global:
|
- export LD_LIBRARY_PATH=`pwd`/tests/:$LD_LIBRARY_PATH
|
||||||
- LD_LIBRARY_PATH=$TRAVIS_BUILD_DIR/tests/:$TRAVIS_BUILD_DIR:$LD_LIBRARY_PATH
|
|
||||||
- DYLD_LIBRARY_PATH=$TRAVIS_BUILD_DIR/tests/:$TRAVIS_BUILD_DIR:$DYLD_LIBRARY_PATH
|
|
||||||
script:
|
script:
|
||||||
- ./make.sh
|
- ./make.sh
|
||||||
- make check
|
- make check
|
||||||
|
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then cp libcapstone.so.* bindings/python/libcapstone.so; fi
|
||||||
|
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then cp libcapstone.*.dylib bindings/python/libcapstone.dylib; fi
|
||||||
- cd bindings/python && make check
|
- cd bindings/python && make check
|
||||||
compiler:
|
compiler:
|
||||||
- clang
|
- clang
|
||||||
|
Loading…
Reference in New Issue
Block a user