From 58455df95f94ce04d80c0259c1d130188deaa0fe Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Sun, 10 Oct 2021 15:34:39 +0200 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f31558a90..286a620ba 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -83,13 +83,10 @@ jobs: - script: | mingw32-make CC=gcc FC=gfortran DYNAMIC_ARCH=1 DYNAMIC_LIST="NEHALEM SANDYBRIDGE HASWELL" -- job: Windows_cmake_clang_cl +- job: Windows_clang_cmake pool: vmImage: 'windows-latest' steps: -# - powershell: | -# Write-Host "##vso[task.prependpath]$env:CONDA\Scripts" -# Write-Host "##vso[task.prependpath]$env:CONDA\Library\bin" - script: | set "PATH=C:\Miniconda\Scripts;C:\Miniconda\Library\bin;C:\Miniconda\Library\usr\bin;C:\Miniconda\condabin;%PATH%" set "LIB=C:\Miniconda\Library\lib;%LIB%" @@ -102,14 +99,12 @@ jobs: cd build cmake -G "Ninja" -DCMAKE_C_COMPILER=clang-cl -DCMAKE_CXX_COMPILER=clang-cl -DCMAKE_MT=mt -DCMAKE_BUILD_TYPE=Release -DNOFORTRAN=1 -DMSVC_STATIC_CRT=ON .. cmake --build . --config Release + ctest -- job: Windows_cflang +- job: Windows_flang_clang pool: vmImage: 'windows-latest' steps: -# - powershell: | -# Write-Host "##vso[task.prependpath]$env:CONDA\Scripts" -# Write-Host "##vso[task.prependpath]$env:CONDA\Library\bin" - script: | set "PATH=C:\Miniconda\Scripts;C:\Miniconda\Library\bin;C:\Miniconda\Library\usr\bin;C:\Miniconda\condabin;%PATH%" set "LIB=C:\Miniconda\Library\lib;%LIB%"