travis: make sure to have latest tag
The Win/Mac build scripts name the binaries using "git describe --tags", so reproducibility requires git to find the latest tag. By default, Travis uses depth=50.
This commit is contained in:
@@ -4,12 +4,16 @@ language: python
|
|||||||
python:
|
python:
|
||||||
- 3.6
|
- 3.6
|
||||||
- 3.7
|
- 3.7
|
||||||
|
git:
|
||||||
|
depth: false
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
- sourceline: 'ppa:tah83/secp256k1'
|
- sourceline: 'ppa:tah83/secp256k1'
|
||||||
packages:
|
packages:
|
||||||
- libsecp256k1-0
|
- libsecp256k1-0
|
||||||
|
before_install:
|
||||||
|
- git tag
|
||||||
install:
|
install:
|
||||||
- pip install -r contrib/requirements/requirements-travis.txt
|
- pip install -r contrib/requirements/requirements-travis.txt
|
||||||
cache:
|
cache:
|
||||||
|
|||||||
Reference in New Issue
Block a user