mirror of https://github.com/CIRCL/url-abuse
pyfaup
parent
259fe9fedb
commit
c17f5a90d9
|
@ -9,9 +9,6 @@ python:
|
||||||
|
|
||||||
sudo: required
|
sudo: required
|
||||||
|
|
||||||
services:
|
|
||||||
- redis-server
|
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
|
@ -19,12 +16,13 @@ addons:
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- git clone git://github.com/stricaud/faup.git
|
- git clone git://github.com/stricaud/faup.git
|
||||||
- pushd faup
|
- pushd faup/build
|
||||||
- pushd build
|
|
||||||
- cmake .. && make
|
- cmake .. && make
|
||||||
- sudo make install
|
- sudo make install
|
||||||
- sudo ldconfig
|
- sudo ldconfig
|
||||||
- popd
|
- popd
|
||||||
|
- pushd src/lib/bindings/python
|
||||||
|
- python setup.py install
|
||||||
- popd
|
- popd
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- pip install coveralls
|
- pip install coveralls
|
||||||
|
|
Loading…
Reference in New Issue