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

16 lines
286 B
YAML

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