Browse Source

Update azure-pipelines.yml

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

+ 1
- 0
azure-pipelines.yml View File

@@ -158,6 +158,7 @@ jobs:
sudo sh alpine-chroot-install -p 'build-base gfortran perl linux-headers sudo'
alpine make DYNAMIC_ARCH=1 BINARY=64
alpine echo ""|sudo -S make DYNAMIC_ARCH=1 BINARY=64 install
alpine ls -l /opt/OpenBLAS/include
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


Loading…
Cancel
Save