go back to angr until z3 issue handled

This commit is contained in:
Alex Groce 2018-07-12 19:46:44 -07:00
parent 5a108f4659
commit aeb8663167

View File

@ -4,11 +4,11 @@ sudo: true
python:
- "2.7"
install:
- sudo apt-get install build-essential gcc-multilib cmake python python-setuptools libffi-dev python-z3
- sudo apt-get install build-essential gcc-multilib cmake python python-setuptools libffi-dev
- mkdir build
- cd build
- cmake ..
- make
- sudo make install
script:
- deepstate-manticore examples/IntegerArithmetic
- deepstate-angr examples/IntegerArithmetic