Merge pull request #593 from pranith/travis

Add travis test framework
test2
Nguyen Anh Quynh 9 years ago
commit 00b69d4a45
  1. 10
      .travis.yml
  2. 2
      README.md

@ -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 Capstone is a disassembly framework with the target of becoming the ultimate
disasm engine for binary analysis and reversing in the security community. disasm engine for binary analysis and reversing in the security community.
Loading…
Cancel
Save