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 f12d100ad8 Install OpenSSL
2018-06-25 05:49:50 +00:00

13 lines
285 B
YAML

language: c
os: osx
osx_image: xcode9.4
before_install:
- brew install openssl
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