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
Biryuzovye Kleshni 62954c5ddf Try OSX again
2018-06-25 05:29:02 +00:00

10 lines
229 B
YAML

language: python
os: osx
install:
- pip install -r requirements.txt
- python setup.py install
- make -C src/workprover/fastsolver
script:
- src/workprover/test.py
- readelf -a src/workprover/fastsolver/libfastsolver.so