try manticore with apt-get install of z3

This commit is contained in:
Alex Groce
2018-07-12 19:37:57 -07:00
parent 61b78a4db7
commit a69b3fcfb9

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
- sudo apt-get install build-essential gcc-multilib cmake python python-setuptools libffi-dev z3
- mkdir build
- cd build
- cmake ..
- make
- sudo make install
script:
- deepstate-angr examples/IntegerArithmetic
- deepstate-manticore examples/IntegerArithmetic