Use build.sh

This commit is contained in:
Andrew Murray 2022-05-08 21:30:42 +10:00
parent c919db11a8
commit 035e95551d
2 changed files with 2 additions and 5 deletions

View File

@ -2,7 +2,7 @@
set -e
coverage erase
python3 -m coverage erase
if [ $(uname) == "Darwin" ]; then
export CPPFLAGS="-I/usr/local/miniconda/include";
fi

View File

@ -69,10 +69,7 @@ jobs:
- name: Build
shell: bash.exe -eo pipefail -o igncr "{0}"
run: |
python3 -m coverage erase
make clean
CFLAGS="-coverage -Werror=implicit-function-declaration" python3 -m pip install -v --global-option="build_ext" .
python3 selftest.py
bash.exe .ci/build.sh
- name: Test
run: |