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 05f24d4fab Replaced "readelf"
2018-06-25 06:44:39 +00:00

14 lines
307 B
YAML

language: c
os: osx
osx_image: xcode9.4
before_install:
- brew install openssl
- brew link --force openssl
install:
- pip install -r requirements.txt
- python setup.py install
- make -C src/workprover/fastsolver
script:
- src/workprover/test.py
- nm src/workprover/fastsolver/libfastsolver.so