Update azure-pipelines.yml

This commit is contained in:
Martin Kroeker 2021-04-21 10:45:50 +02:00 committed by GitHub
parent a2d1be088c
commit fa3d3f94f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -136,5 +136,6 @@ jobs:
displayName: install displayName: install
condition: ne(variables.CACHE_RESTORED, 'true') condition: ne(variables.CACHE_RESTORED, 'true')
- script: | - script: |
source /opt/intel/oneapi/setvars.sh
make CC=/usr/local/opt/llvm/bin/clang FC=ifort make CC=/usr/local/opt/llvm/bin/clang FC=ifort