Update azure-pipelines.yml

This commit is contained in:
Martin Kroeker 2021-07-11 18:29:17 +02:00 committed by GitHub
parent b4cbfe6677
commit 498479b13e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -161,6 +161,7 @@ jobs:
alpine ls -l mytestdir/include alpine ls -l mytestdir/include
alpine echo "// tests that inclusion of openblas_config.h works with musl" >test_install.c 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 "#include <openblas_config.h>" >>test_install.c
alpine echo "cpu_set_t* cpu_set = NULL;" >>test_install.c alpine echo "int main(){" >> test_install.c
alpine echo "cpu_set_t* cpu_set = NULL;}" >>test_install.c
alpine gcc -Imytestdir/include test_install.c -Lmytestdir/lib -lopenblas -lpthread -lgfortran -o test_install alpine gcc -Imytestdir/include test_install.c -Lmytestdir/lib -lopenblas -lpthread -lgfortran -o test_install