Browse Source

Update azure-pipelines.yml

tags/v0.3.16^2
Martin Kroeker GitHub 4 years ago
parent
commit
b4cbfe6677
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      azure-pipelines.yml

+ 1
- 1
azure-pipelines.yml View File

@@ -162,5 +162,5 @@ jobs:
alpine echo "// tests that inclusion of openblas_config.h works with musl" >test_install.c
alpine echo "#include <openblas_config.h>" >>test_install.c
alpine echo "cpu_set_t* cpu_set = NULL;" >>test_install.c
alpine gcc -Imytestdir/include test_install.c -lopenblas -lpthread -lgfortran -o test_install
alpine gcc -Imytestdir/include test_install.c -Lmytestdir/lib -lopenblas -lpthread -lgfortran -o test_install

Loading…
Cancel
Save