This repository has been archived on 2025-01-30. You can view files and clone it, but cannot push or open issues or pull requests.
PyBitmessage-2025-01-30/.travis.yml
Biryuzovye Kleshni 5461a7b440 Add "readelf"
2018-06-24 15:55:54 +00:00

18 lines
348 B
YAML

language: python
python:
- "2.7"
addons:
apt:
packages:
- build-essential
- libcap-dev
- libssl-dev
install:
- pip install -r requirements.txt
- python setup.py install
- make -C src/workprover/fastsolver
- readelf -a src/workprover/fastsolver/libfastsolver.so
script:
- pybitmessage -t
- python setup.py test