CI/msys2: don't pass extra cflags, it's all handled in setup.py now

This commit is contained in:
Christoph Reiter 2019-10-22 20:36:28 +02:00
parent e36b3064f7
commit 7ee1a6a89c
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ pacman --noconfirm -S --needed mingw-w64-$MSYS2_ARCH-cairo \
$PYTHON -m pip install --upgrade pytest coverage codecov hypothesis attrs
$PYTHON -m pip install mypy || true
export CFLAGS="-std=c90 -Wall -Wno-long-long -Werror -coverage"
export CFLAGS="-Werror -coverage"
$PYTHON -m coverage run --branch setup.py test
$PYTHON -m codecov --required --branch "$CODECOV_BRANCH" || true
$PYTHON setup.py sdist