forked from capstone-engine/capstone
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
392 changed files
with
540,169 additions
and
271,486 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: 3.0.4-{build} | ||
version: 4.0-{build} | ||
|
||
os: | ||
- Visual Studio 2015 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,16 @@ | ||
language: cpp | ||
sudo: false | ||
env: | ||
global: | ||
- LD_LIBRARY_PATH=$TRAVIS_BUILD_DIR/tests/:$TRAVIS_BUILD_DIR:$LD_LIBRARY_PATH | ||
before_install: | ||
- export LD_LIBRARY_PATH=`pwd`/tests/:$LD_LIBRARY_PATH | ||
script: | ||
- ./make.sh | ||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then ./make.sh install; fi | ||
- make check | ||
- cd bindings/python && make check | ||
- ./make.sh | ||
- 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 | ||
compiler: | ||
- clang | ||
- gcc | ||
- clang | ||
- gcc | ||
os: | ||
- linux | ||
- osx | ||
matrix: | ||
include: | ||
- if: branch = master | ||
os: osx | ||
script: brew update && brew install --HEAD capstone && brew test capstone | ||
compiler: gcc | ||
- if: branch = master | ||
os: osx | ||
script: brew update && brew install --HEAD capstone && brew test capstone | ||
compiler: clang | ||
- linux | ||
- osx |
Oops, something went wrong.