try z3 after update
This commit is contained in:
@@ -4,11 +4,12 @@ sudo: true
|
|||||||
python:
|
python:
|
||||||
- "2.7"
|
- "2.7"
|
||||||
install:
|
install:
|
||||||
- sudo apt-get install build-essential gcc-multilib cmake python python-setuptools libffi-dev
|
- sudo apt-get update
|
||||||
|
- sudo apt-get install build-essential gcc-multilib cmake python python-setuptools libffi-dev z3
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- cd build
|
- cd build
|
||||||
- cmake ..
|
- cmake ..
|
||||||
- make
|
- make
|
||||||
- python setup.py install
|
- python setup.py install
|
||||||
script:
|
script:
|
||||||
- deepstate-angr examples/IntegerArithmetic
|
- deepstate-manticore examples/IntegerArithmetic
|
||||||
|
|||||||
Reference in New Issue
Block a user