Skip to content

Commit 498479b

Browse files
authored
Update azure-pipelines.yml
1 parent b4cbfe6 commit 498479b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ jobs:
161161
alpine ls -l mytestdir/include
162162
alpine echo "// tests that inclusion of openblas_config.h works with musl" >test_install.c
163163
alpine echo "#include <openblas_config.h>" >>test_install.c
164-
alpine echo "cpu_set_t* cpu_set = NULL;" >>test_install.c
164+
alpine echo "int main(){" >> test_install.c
165+
alpine echo "cpu_set_t* cpu_set = NULL;}" >>test_install.c
165166
alpine gcc -Imytestdir/include test_install.c -Lmytestdir/lib -lopenblas -lpthread -lgfortran -o test_install
166167

0 commit comments

Comments
 (0)