Update azure-pipelines.yml
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Sun, 11 Jul 2021 16:08:30 +0000 (18:08 +0200)
committerGitHub <noreply@github.com>
Sun, 11 Jul 2021 16:08:30 +0000 (18:08 +0200)
azure-pipelines.yml

index fa37e46..0e806dc 100644 (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