Pillow/.ci/build.sh

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
80 B
Bash
Raw Normal View History

#!/bin/bash
set -e
2022-05-08 14:30:42 +03:00
python3 -m coverage erase
make clean
make install-coverage