Add a Windows build with mingw gcc and make

This commit is contained in:
Martin Kroeker 2021-09-02 14:37:34 +02:00 committed by GitHub
parent a3e80069fb
commit 2790773136
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 1 deletions

View File

@ -76,6 +76,13 @@ jobs:
dir dir
openblas_utest.exe 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 - job: OSX_OpenMP
pool: pool:
vmImage: 'macOS-10.15' vmImage: 'macOS-10.15'