Pillow/.ci/build_cygwin.sh

9 lines
191 B
Bash
Raw Normal View History

2022-02-02 07:14:31 +03:00
#!/bin/bash
set -e
python3 -m coverage erase
make clean
CFLAGS="-coverage -Werror=implicit-function-declaration" python3 -m pip install -v --global-option="build_ext" .
python3 selftest.py