blob: 04071dd111b05f347a65302ce97ad052340f2d87 [file] [log] [blame]
Pranith Kumarb6c46882016-02-29 23:05:32 -05001language: cpp
2sudo: false
3before_install:
Pranith Kumar31f55f92016-03-01 00:09:48 -05004 - export LD_LIBRARY_PATH=`pwd`/tests/:$LD_LIBRARY_PATH
Pranith Kumarb6c46882016-02-29 23:05:32 -05005script:
6 - ./make.sh
7 - make check
Pranith Kumar3fbcf6c2016-03-01 12:03:15 -05008 - cp libcapstone.so bindings/python/
9 - cd bindings/python && make check
Pranith Kumarb6c46882016-02-29 23:05:32 -050010compiler:
11 - clang
12 - gcc