mirror of https://github.com/CIRCL/url-abuse
Fix faup
parent
00a10f517a
commit
259fe9fedb
|
@ -19,11 +19,13 @@ addons:
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- git clone git://github.com/stricaud/faup.git
|
- git clone git://github.com/stricaud/faup.git
|
||||||
- cd faup
|
- pushd faup
|
||||||
- cd build
|
- pushd build
|
||||||
- cmake .. && make
|
- cmake .. && make
|
||||||
- sudo make install
|
- sudo make install
|
||||||
- sudo ldconfig
|
- sudo ldconfig
|
||||||
|
- popd
|
||||||
|
- popd
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- pip install coveralls
|
- pip install coveralls
|
||||||
- pip install codecov
|
- pip install codecov
|
||||||
|
|
Loading…
Reference in New Issue