mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
Run python tests on CI in debug mode
This should speed up compilation and enable additional integer overflow checks.
This commit is contained in:
committed by
Floris Bruynooghe
parent
aadeb3b87e
commit
f34237ebc8
@@ -6,7 +6,7 @@
|
|||||||
set -e -x
|
set -e -x
|
||||||
|
|
||||||
# for core-building and python install step
|
# for core-building and python install step
|
||||||
export DCC_RS_TARGET=release
|
export DCC_RS_TARGET=debug
|
||||||
export DCC_RS_DEV=`pwd`
|
export DCC_RS_DEV=`pwd`
|
||||||
|
|
||||||
cd python
|
cd python
|
||||||
|
|||||||
Reference in New Issue
Block a user