mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-08-31 09:21:29 +00:00
gitlab: use ubuntu on datanetwork tests
This commit is contained in:
parent
7f88fcd1b5
commit
a5a4b224e9
1 changed files with 2 additions and 1 deletions
|
@ -39,9 +39,10 @@ test:unit:
|
||||||
|
|
||||||
test:datanetwork-integration:
|
test:datanetwork-integration:
|
||||||
stage: test
|
stage: test
|
||||||
|
image: ubuntu:18.04
|
||||||
script:
|
script:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get install -y libboost1.65-all-dev
|
- apt-get install -y libboost1.65-all-dev python3.7-dev
|
||||||
- pip install tox-travis
|
- pip install tox-travis
|
||||||
- tox -e datanetwork
|
- tox -e datanetwork
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue