diff options
author | mattip <matti.picus@gmail.com> | 2019-10-02 22:38:58 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2019-10-03 10:25:10 +0300 |
commit | 9fc355b545a0ed666e0b3e22cfb2cfe22b88f365 (patch) | |
tree | def9b99793c1b82fe9e4d9237bdb2b35756f1953 /azure-pipelines.yml | |
parent | c0992ed4856df9fe02c2b31744a8a7e9088aedbc (diff) | |
download | numpy-9fc355b545a0ed666e0b3e22cfb2cfe22b88f365.tar.gz |
BUILD: change to build_src --verbose-cfg, runtests.py --debug-info
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0e97d42d6..ebc45ca96 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -29,7 +29,7 @@ jobs: 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-configure --mode=full -- -rsx --junitxml=junit/test-results.xml && \ + CFLAGS='-UNDEBUG -std=c99' 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 @@ -94,7 +94,7 @@ jobs: displayName: 'Check for unreachable code paths in Python modules' # prefer usage of clang over gcc proper # to match likely scenario on many user mac machines - - script: python setup.py build -j 4 build_src -v install + - script: python setup.py build -j 4 build_src --verbose-cfg install displayName: 'Build NumPy' env: BLAS: None |