Pillow/.ci/build.sh

11 lines
171 B
Bash
Raw Normal View History

#!/bin/bash
set -e
2022-05-08 14:30:42 +03:00
python3 -m coverage erase
if [ $(uname) == "Darwin" ]; then
export CPPFLAGS="-I/usr/local/miniconda/include";
fi
make clean
make install-coverage