mirror of
https://github.com/chatmail/core.git
synced 2026-04-27 18:36:30 +03:00
Add scripts for running deltachat-rpc-client tests
This commit is contained in:
6
scripts/make-rpc-testenv.sh
Executable file
6
scripts/make-rpc-testenv.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
tox -c deltachat-rpc-client -e py --devenv venv
|
||||
venv/bin/pip install --upgrade pip
|
||||
cargo install --path deltachat-rpc-server/ --root "$PWD/venv"
|
||||
Reference in New Issue
Block a user