summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2019-01-09 22:11:04 -0700
committerGitHub <noreply@github.com>2019-01-09 22:11:04 -0700
commitfeb7ee05e449f7f266f9c9855af7ad6a4869c4ea (patch)
treef1cc6aad9585d81202dea7818e813d25c2eeb190 /azure-pipelines.yml
parent30eae3dd24402ca07cd56cae6db646ad61e5d7f1 (diff)
parenteb70400b31388e86223042820e690c8c8aadb087 (diff)
downloadnumpy-feb7ee05e449f7f266f9c9855af7ad6a4869c4ea.tar.gz
Merge pull request #12620 from rgommers/c99-flags
BLD: move -std=c99 addition to CFLAGS to Azure config
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 84e517bd6..1c06f5412 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -27,7 +27,7 @@ jobs:
cd ../numpy && \
NUMPY_EXPERIMENTAL_ARRAY_FUNCTION=1 \
F77=gfortran-5 F90=gfortran-5 \
- CFLAGS=-UNDEBUG python3 runtests.py --mode=full -- -rsx --junitxml=junit/test-results.xml"
+ CFLAGS='-UNDEBUG -std=c99' python3 runtests.py --mode=full -- -rsx --junitxml=junit/test-results.xml"
displayName: 'Run 32-bit Ubuntu Docker Build / Tests'
- task: PublishTestResults@2
inputs: