This repository has been archived on 2024-12-19. You can view files and clone it, but cannot push or open issues or pull requests.
PyBitmessage-2024-12-19/.travis.yml

10 lines
229 B
YAML
Raw Normal View History

language: python
2018-06-25 07:25:26 +02:00
os: osx
install:
- pip install -r requirements.txt
- python setup.py install
2018-06-24 17:55:54 +02:00
- make -C src/workprover/fastsolver
2018-06-24 17:37:38 +02:00
script:
2018-06-25 07:29:02 +02:00
- src/workprover/test.py
- readelf -a src/workprover/fastsolver/libfastsolver.so