-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfpm.rsp
More file actions
118 lines (95 loc) · 2.2 KB
/
fpm.rsp
File metadata and controls
118 lines (95 loc) · 2.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
# CI configurations for fpm tests
## ubuntu
@ubuntu-latest_gfortran_debug
options test
options --compiler gfortran
options --profile debug
@ubuntu-latest_gfortran_release
options test
options --compiler gfortran
options --profile release
@ubuntu-latest_ifx_debug
options test
options --compiler ifx
options --profile debug
@ubuntu-latest_ifx_release
options test
options --compiler ifx
options --profile release
@ubuntu-latest_nvfortran_debug
options test
options --compiler nvfortran
options --profile debug
@ubuntu-latest_nvfortran_release
options test
options --compiler nvfortran
options --profile release
@ubuntu-latest_flang-new_debug
options test
options --compiler flang-new
options --profile debug
options --flag "-cpp"
@ubuntu-latest_flang-new_release
options test
options --compiler flang-new
options --profile release
options --flag "-cpp"
@ubuntu-latest_lfortran_debug
options test
options --compiler lfortran
options --profile debug
@ubuntu-latest_lfortran_release
options test
options --compiler lfortran
options --profile release
## macOS
@macos-latest_gfortran_debug
options test
options --compiler gfortran
options --profile debug
@macos-latest_gfortran_release
options test
options --compiler gfortran
options --profile release
@macos-latest_lfortran_debug
options test
options --compiler lfortran
options --profile debug
@macos-latest_lfortran_release
options test
options --compiler lfortran
options --profile release
## windows
@windows-latest_gfortran_debug
options test
options --compiler gfortran
options --profile debug
@windows-latest_gfortran_release
options test
options --compiler gfortran
options --profile release
@windows-latest_ifx_debug
options test
options --compiler ifx
options --profile debug
@windows-latest_ifx_release
options test
options --compiler ifx
options --profile release
@windows-latest_flang-new_debug
options test
options --compiler flang-new
options --flag "-cpp"
@windows-latest_flang-new_release
options test
options --compiler flang-new
options --flag "-cpp"
@windows-latest_lfortran_debug
options test
options --compiler lfortran
options --profile debug
@windows-latest_lfortran_release
options test
options --compiler lfortran
options --profile release
options --flag "--cpp"