summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2019-10-25 11:45:11 +0300
committermattip <matti.picus@gmail.com>2019-10-25 12:42:08 +0300
commit4c2b4d8fb2d1b37df621433fbb2f0e3dabb82058 (patch)
tree5787f0f334a888d74b64b55e48d74819da385eeb /azure-pipelines.yml
parentc47061de6fc234e0d4438bc4cef6510c89a495c2 (diff)
downloadnumpy-4c2b4d8fb2d1b37df621433fbb2f0e3dabb82058.tar.gz
BUILD, DOC: remove the std=c99 flag from docs, builds, add release note
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index c5ae65dbf..bfb033bb8 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -46,7 +46,7 @@ stages:
python3 -m pip install --user -r test_requirements.txt && \
python3 -m pip install . && \
F77=gfortran-5 F90=gfortran-5 \
- CFLAGS='-UNDEBUG -std=c99' python3 runtests.py -n --debug-info --mode=full -- -rsx --junitxml=junit/test-results.xml && \
+ CFLAGS=-UNDEBUG python3 runtests.py -n --debug-info --mode=full -- -rsx --junitxml=junit/test-results.xml && \
python3 tools/openblas_support.py --check_version $(OpenBLAS_version)"
displayName: 'Run 32-bit Ubuntu Docker Build / Tests'
- task: PublishTestResults@2