From 1521bdd9fd42ef216f3c3cee4a9c6124e131143e Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Sun, 10 Jul 2022 17:52:01 -0400 Subject: CI: install ifort on Windows This enables the fortran tests for Azure. We only test on x64, because: - ifort isn't arm64 compatible - x86 may in theory exist, but Meson reports it cannot compile executables --- cross/arm64cl.txt | 1 + cross/none.txt | 1 + 2 files changed, 2 insertions(+) (limited to 'cross') diff --git a/cross/arm64cl.txt b/cross/arm64cl.txt index f22fca8..aa7398d 100644 --- a/cross/arm64cl.txt +++ b/cross/arm64cl.txt @@ -1,6 +1,7 @@ [binaries] c = 'cl' cpp = 'cl' +fc = 'false' ar = 'lib' windres = 'rc' diff --git a/cross/none.txt b/cross/none.txt index 8727e27..1fbe471 100644 --- a/cross/none.txt +++ b/cross/none.txt @@ -11,6 +11,7 @@ endian = 'little' [binaries] c = ['false'] cpp = ['false'] +fc = ['false'] objc = ['false'] objcpp = ['false'] ar = ['false'] -- cgit v1.1