Allow selecting the target to build

This is useful to investiage coredumps.
This commit is contained in:
Floris Bruynooghe
2019-06-10 18:07:23 +02:00
parent 5090b4d24b
commit 12e74a0645
3 changed files with 12 additions and 6 deletions

View File

@@ -10,13 +10,10 @@
#
# ./run-integration-tests.sh -e py35 -- -x
cargo build -p deltachat_ffi --release
cargo build -p deltachat_ffi
# CFLAGS=-I`pwd`/deltachat-ffi
# LD_LIBRARY_PATH=`pwd`/target/release
# export CFLAGS
# export LD_LIBRARY_PATH
export DCC_RS_DEV=$(pwd)
export DCC_RS_TARGET=${DCC_RS_TARGET:-release}
pushd python
toxargs="$@"