File tree 1 file changed +14
-1
lines changed
1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -13,31 +13,34 @@ jobs:
13
13
strategy :
14
14
fail-fast : false
15
15
matrix :
16
- arch : [x86_64]
17
16
include :
18
17
# UBUNTU 22.04 - CASTXML EPIC 0
19
18
- os : ubuntu-22.04
19
+ arch : x86_64
20
20
compiler : clang++
21
21
clang-version : 13
22
22
python-version : " 3.13"
23
23
castxml-epic : 0
24
24
cppstd : " -std=c++98"
25
25
26
26
- os : ubuntu-22.04
27
+ arch : x86_64
27
28
compiler : clang++
28
29
clang-version : 14
29
30
python-version : " 3.13"
30
31
castxml-epic : 0
31
32
cppstd : " -std=c++98"
32
33
33
34
- os : ubuntu-22.04
35
+ arch : x86_64
34
36
compiler : clang++
35
37
clang-version : 15
36
38
python-version : " 3.13"
37
39
castxml-epic : 0
38
40
cppstd : " -std=c++98"
39
41
40
42
- os : ubuntu-22.04
43
+ arch : x86_64
41
44
compiler : clang++
42
45
clang-version : 15
43
46
python-version : " 3.13"
@@ -46,34 +49,39 @@ jobs:
46
49
47
50
# UBUNTU 24.04 - CASTXML EPIC 0
48
51
- os : ubuntu-24.04
52
+ arch : x86_64
49
53
compiler : clang++
50
54
clang-version : 16
51
55
python-version : " 3.9"
52
56
castxml-epic : 0
53
57
cppstd : " -std=c++98"
54
58
55
59
- os : ubuntu-24.04
60
+ arch : x86_64
56
61
compiler : clang++
57
62
clang-version : 16
58
63
python-version : " 3.10"
59
64
castxml-epic : 0
60
65
cppstd : " -std=c++98"
61
66
62
67
- os : ubuntu-24.04
68
+ arch : x86_64
63
69
compiler : clang++
64
70
clang-version : 16
65
71
python-version : " 3.11"
66
72
castxml-epic : 0
67
73
cppstd : " -std=c++98"
68
74
69
75
- os : ubuntu-24.04
76
+ arch : x86_64
70
77
compiler : clang++
71
78
clang-version : 16
72
79
python-version : " 3.12"
73
80
castxml-epic : 0
74
81
cppstd : " -std=c++98"
75
82
76
83
- os : ubuntu-24.04
84
+ arch : x86_64
77
85
compiler : clang++
78
86
clang-version : 16
79
87
python-version : " 3.13"
@@ -82,20 +90,23 @@ jobs:
82
90
83
91
# UBUNTU 24.04 - CASTXML EPIC 0 - c++XX
84
92
- os : ubuntu-24.04
93
+ arch : x86_64
85
94
compiler : clang++
86
95
clang-version : 16
87
96
python-version : " 3.13"
88
97
castxml-epic : 0
89
98
cppstd : " -std=c++11"
90
99
91
100
- os : ubuntu-24.04
101
+ arch : x86_64
92
102
compiler : clang++
93
103
clang-version : 16
94
104
python-version : " 3.13"
95
105
castxml-epic : 0
96
106
cppstd : " -std=c++14"
97
107
98
108
- os : ubuntu-24.04
109
+ arch : x86_64
99
110
compiler : clang++
100
111
clang-version : 16
101
112
python-version : " 3.13"
@@ -104,13 +115,15 @@ jobs:
104
115
105
116
# UBUNTU 24.04 - CASTXML EPIC 1
106
117
- os : ubuntu-24.04
118
+ arch : x86_64
107
119
compiler : clang++
108
120
clang-version : 16
109
121
python-version : " 3.13"
110
122
castxml-epic : 1
111
123
cppstd : " -std=c++98"
112
124
113
125
- os : ubuntu-24.04
126
+ arch : x86_64
114
127
compiler : clang++
115
128
clang-version : 16
116
129
python-version : " 3.13"
You can’t perform that action at this time.
0 commit comments