Browse Source

Update azure-pipelines.yml

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

+ 3
- 2
azure-pipelines.yml View File

@@ -91,9 +91,10 @@ jobs:
mkdir winlib
cd winlib
curl -o mingw64.zip https://github.com/brechtsanders/winlibs_mingw/releases/download/13.2.0mcf-16.0.6-11.0.1-ucrt-r2/winlibs-x86_64-mcf-seh-gcc-13.2.0-mingw-w64ucrt-11.0.1-r2.zip
dir
tar -xf mingw64.zip
set PATH=%cd%\mingw64\bin:%PATH%
cd
set PATH=%cd%\mingw64\bin;%PATH%
cd ..
mingw32-make CC=gcc FC=gfortran

- job: Windows_clang_cmake


Loading…
Cancel
Save