Simplified .travis.yml
This commit is contained in:
10
.travis.yml
10
.travis.yml
@@ -6,14 +6,8 @@ python:
|
|||||||
install:
|
install:
|
||||||
- pip install pyflakes
|
- pip install pyflakes
|
||||||
- sudo apt-get -y update
|
- sudo apt-get -y update
|
||||||
- sudo apt-get -y install build-essential gcc-multilib cmake python python-setuptools libffi-dev
|
- sudo apt-get -y install build-essential gcc-multilib cmake python python-pip python-setuptools libffi-dev
|
||||||
- if [ $DEEPSTATE_CMD = deepstate-manticore ]; then git clone https://github.com/Z3Prover/z3.git; fi
|
- if [ $DEEPSTATE_CMD = deepstate-manticore ]; then sudo pip install manticore
|
||||||
- if [ $DEEPSTATE_CMD = deepstate-manticore ]; then cd z3; fi
|
|
||||||
- if [ $DEEPSTATE_CMD = deepstate-manticore ]; then python scripts/mk_make.py; fi
|
|
||||||
- if [ $DEEPSTATE_CMD = deepstate-manticore ]; then cd build; fi
|
|
||||||
- if [ $DEEPSTATE_CMD = deepstate-manticore ]; then make; fi
|
|
||||||
- if [ $DEEPSTATE_CMD = deepstate-manticore ]; then sudo make install; fi
|
|
||||||
- if [ $DEEPSTATE_CMD = deepstate-manticore ]; then cd ../..; fi
|
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- cd build
|
- cd build
|
||||||
- cmake ..
|
- cmake ..
|
||||||
|
|||||||
Reference in New Issue
Block a user