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

14 lines
307 B
YAML
Raw Normal View History

2018-06-25 07:31:52 +02:00
language: c
2018-06-25 07:25:26 +02:00
os: osx
2018-06-25 07:31:52 +02:00
osx_image: xcode9.4
2018-06-25 07:49:50 +02:00
before_install:
- brew install openssl
2018-06-25 07:56:43 +02:00
- brew link --force openssl
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
2018-06-25 08:44:39 +02:00
- nm src/workprover/fastsolver/libfastsolver.so