Pillow/.ci/build.sh
2022-05-08 21:38:28 +10:00

11 lines
171 B
Bash
Executable File

#!/bin/bash
set -e
python3 -m coverage erase
if [ $(uname) == "Darwin" ]; then
export CPPFLAGS="-I/usr/local/miniconda/include";
fi
make clean
make install-coverage