summaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2022-08-03 11:38:55 +0200
committerStefan Behnel <stefan_ml@behnel.de>2022-08-03 11:38:55 +0200
commit441869f51503d4f6ff9184d063e595d150a867fd (patch)
tree13d9027f465415489b94eb689d6dd60bb122f2c6 /Tools
parentbaa0543cb105ca4a92a8d366b47b3e2282d02e1f (diff)
downloadcython-441869f51503d4f6ff9184d063e595d150a867fd.tar.gz
CI: log how long it takes to build Cython for each of the configurations.
Diffstat (limited to 'Tools')
-rw-r--r--Tools/ci-run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/ci-run.sh b/Tools/ci-run.sh
index c97b9c87c..0f6b6c88d 100644
--- a/Tools/ci-run.sh
+++ b/Tools/ci-run.sh
@@ -139,7 +139,7 @@ if [[ $NO_CYTHON_COMPILE != "1" && $PYTHON_VERSION != "pypy"* ]]; then
$(python -c 'import sys; print("-j5" if sys.version_info >= (3,5) else "")')"
CFLAGS=$BUILD_CFLAGS \
- python setup.py build_ext -i $SETUP_ARGS || exit 1
+ time python setup.py build_ext -i $SETUP_ARGS || exit 1
find Cython -name "*.so" -ls
# COVERAGE can be either "" (empty or not set) or "1" (when we set it)