Update coincurve version.

This commit is contained in:
tecnovert
2024-09-19 12:15:50 +02:00
parent 4b18ddfe79
commit 25b479fdb6
7 changed files with 54 additions and 52 deletions

View File

@@ -24,11 +24,11 @@ test_task:
- apt-get install -y wget python3-pip gnupg unzip automake libtool pkg-config
- pip install tox pytest
- python3 setup.py install
- wget -O coincurve-anonswap.zip https://github.com/tecnovert/coincurve/archive/refs/tags/anonswap_v0.2.zip
- unzip -d coincurve-anonswap coincurve-anonswap.zip
- mv ./coincurve-anonswap/*/{.,}* ./coincurve-anonswap || true
- cd coincurve-anonswap
- python3 setup.py install --force
- wget -O coincurve-basicswap.zip https://github.com/basicswap/coincurve/archive/refs/tags/basicswap_v0.2.zip
- unzip -d coincurve-basicswap coincurve-basicswap.zip
- mv ./coincurve-basicswap/*/{.,}* ./coincurve-basicswap || true
- cd coincurve-basicswap
- pip install .
bins_cache:
folder: /tmp/cached_bin
reupload_on_changes: false