mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-05 10:28:10 +01:00
guix: pack.
This commit is contained in:
25
doc/guix.md
Normal file
25
doc/guix.md
Normal file
@@ -0,0 +1,25 @@
|
||||
## Guix
|
||||
|
||||
Start a development environment
|
||||
|
||||
guix shell --pure -L. -D basicswap
|
||||
|
||||
|
||||
Run tests
|
||||
|
||||
export PYTHONPATH=$(pwd)
|
||||
|
||||
# Prepare coin binaries - required once
|
||||
python ./bin/basicswap-prepare.py -preparebinonly --withcoins=monero,bitcoin,particl,litecoin
|
||||
|
||||
pytest -vs tests/basicswap/test_run.py::Test::test_02_part_ltc
|
||||
|
||||
|
||||
Install package
|
||||
|
||||
guix package --install -L. basicswap
|
||||
|
||||
|
||||
Create a guix pack
|
||||
|
||||
guix pack -RR -S /opt/gnu/bin=bin -L. basicswap
|
||||
Reference in New Issue
Block a user