Browse Source

Add a Windows build with mingw gcc and make

pull/3357/head
Martin Kroeker GitHub 4 years ago
parent
commit
2790773136
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 1 deletions
  1. +8
    -1
      azure-pipelines.yml

+ 8
- 1
azure-pipelines.yml View File

@@ -75,7 +75,14 @@ jobs:
cd utest
dir
openblas_utest.exe

- job: Windows_mingw_gmake
pool:
vmImage: 'windows-latest'
steps:
- script: |
mingw32-make CC=mingw-w64-x86_64-gcc FC=mingw-w64-x86_64-gfortran DYNAMIC_ARCH=1

- job: OSX_OpenMP
pool:
vmImage: 'macOS-10.15'


Loading…
Cancel
Save