Files
deepstate/.travis.yml
2018-07-12 19:59:57 -07:00

15 lines
281 B
YAML

language: python
dist: trusty
sudo: true
python:
- "2.7"
install:
- sudo apt-get install build-essential gcc-multilib cmake python python-setuptools libffi-dev
- mkdir build
- cd build
- cmake ..
- make
- python setup.py install
script:
- deepstate-angr examples/IntegerArithmetic