From: Martin Kroeker Date: Sun, 11 Jul 2021 16:08:30 +0000 (+0200) Subject: Update azure-pipelines.yml X-Git-Tag: upstream/0.3.21~15^2~2^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b4cbfe66775063f55eea58c24446b8e8301fcf16;p=platform%2Fupstream%2Fopenblas.git Update azure-pipelines.yml --- diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fa37e46..0e806dc 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -162,5 +162,5 @@ jobs: alpine echo "// tests that inclusion of openblas_config.h works with musl" >test_install.c alpine echo "#include " >>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