Update .travis.yml

This commit is contained in:
ggrieco-tob 2018-11-07 12:21:56 -03:00 committed by GitHub
parent 028356e1fd
commit 579de65fad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,11 +7,12 @@ install:
- sudo apt-get -y update
- sudo apt-get -y install build-essential gcc-multilib cmake python python-pip python-setuptools libffi-dev
- sudo pip2 install -U pip
- sudo pip install pyflakes
- sudo pip install z3-solver
- sudo pip install https://github.com/trailofbits/manticore/archive/last_python2.zip
- sudo pip install cffi==1.7.0 pycparser==2.18 cle==7.8.9.26 pyvex==7.8.9.26
- sudo pip install angr==7.8.7.1
- pip install pyflakes --user
- pip install z3-solver --user
- pip install https://github.com/trailofbits/manticore/archive/last_python2.zip --user
- pip install cffi==1.7.0 pycparser==2.18 --user
- pip install cle==7.8.9.26 pyvex==7.8.9.26 --user
- pip install angr==7.8.7.1 --user
- mkdir build
- cd build
- cmake ..