Add a Windows build with mingw gcc and make
This commit is contained in:
parent
a3e80069fb
commit
2790773136
|
@ -76,6 +76,13 @@ jobs:
|
|||
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…
Reference in New Issue