commit
00b69d4a45
2 changed files with 12 additions and 0 deletions
@ -0,0 +1,10 @@ |
||||
language: cpp |
||||
sudo: false |
||||
before_install: |
||||
- export LD_LIBRARY_PATH=`pwd`:$LD_LIBRARY_PATH |
||||
script: |
||||
- ./make.sh |
||||
- make check |
||||
compiler: |
||||
- clang |
||||
- gcc |
@ -1,3 +1,5 @@ |
||||
Capstone [![Build Status](https://travis-ci.org/aquynh/capstone.svg?branch=master)](https://travis-ci.org/aquynh/capstone) |
||||
|
||||
Capstone is a disassembly framework with the target of becoming the ultimate |
||||
disasm engine for binary analysis and reversing in the security community. |
||||
|
Loading…
Reference in new issue