aboutsummaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2022-07-10 17:52:01 -0400
committerEli Schwartz <eschwartz@archlinux.org>2022-07-11 17:58:02 -0400
commit1521bdd9fd42ef216f3c3cee4a9c6124e131143e (patch)
treeca94f75d23cfc5c891be8717cc7298bc506878b0 /cross
parent30dc26a0fb1ba0d23261df289ef12bbeda7660fd (diff)
downloadmeson-1521bdd9fd42ef216f3c3cee4a9c6124e131143e.zip
meson-1521bdd9fd42ef216f3c3cee4a9c6124e131143e.tar.gz
meson-1521bdd9fd42ef216f3c3cee4a9c6124e131143e.tar.bz2
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
Diffstat (limited to 'cross')
-rw-r--r--cross/arm64cl.txt1
-rw-r--r--cross/none.txt1
2 files changed, 2 insertions, 0 deletions
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']