File tree 1 file changed +18
-15
lines changed
1 file changed +18
-15
lines changed Original file line number Diff line number Diff line change @@ -14,62 +14,65 @@ jobs:
14
14
fail-fast : false
15
15
matrix :
16
16
include :
17
- - os : ubuntu-20.04
17
+ # UBUNTU 24.04 - CASTXML EPIC 0
18
+ - os : ubuntu-22.04
18
19
compiler : gcc
19
- version : " 9 "
20
+ version : " 11 "
20
21
python-version : " 3.9"
21
22
castxml : " castxml"
22
23
castxml-epic : 0
23
24
cppstd : " -std=c++98"
24
25
25
- - os : ubuntu-20 .04
26
+ - os : ubuntu-22 .04
26
27
compiler : gcc
27
- version : " 9 "
28
+ version : " 11 "
28
29
python-version : " 3.10"
29
30
castxml : " castxml"
30
31
castxml-epic : 0
31
32
cppstd : " -std=c++98"
32
33
33
- - os : ubuntu-20 .04
34
+ - os : ubuntu-22 .04
34
35
compiler : gcc
35
- version : " 9 "
36
+ version : " 11 "
36
37
python-version : " 3.11"
37
38
castxml : " castxml"
38
39
castxml-epic : 0
39
40
cppstd : " -std=c++98"
40
41
41
- - os : ubuntu-20 .04
42
+ - os : ubuntu-22 .04
42
43
compiler : gcc
43
- version : " 9 "
44
+ version : " 11 "
44
45
python-version : " 3.12"
45
46
castxml : " castxml"
46
47
castxml-epic : 0
47
48
cppstd : " -std=c++98"
48
49
49
- - os : ubuntu-20 .04
50
+ - os : ubuntu-22 .04
50
51
compiler : gcc
51
- version : " 9 "
52
+ version : " 11 "
52
53
python-version : " 3.13"
53
54
castxml : " castxml"
54
55
castxml-epic : 0
55
56
cppstd : " -std=c++98"
56
57
57
- - os : ubuntu-20.04
58
+ # UBUNTU 24.04 - CASTXML EPIC 1
59
+ - os : ubuntu-22.04
58
60
compiler : gcc
59
- version : " 9 "
61
+ version : " 11 "
60
62
python-version : " 3.13"
61
63
castxml : " castxml"
62
64
castxml-epic : 1
63
65
cppstd : " -std=c++98"
64
66
65
- - os : ubuntu-20 .04
67
+ - os : ubuntu-22 .04
66
68
compiler : gcc
67
- version : " 9 "
69
+ version : " 11 "
68
70
python-version : " 3.13"
69
71
castxml : " castxml"
70
72
castxml-epic : 1
71
73
cppstd : " -std=c++11"
72
74
75
+ # MACOS
73
76
- os : macos-13
74
77
compiler : xcode
75
78
version : " default"
92
95
- name : Run pycodestyle
93
96
run : pycodestyle . --exclude=docs
94
97
- name : Setup castxml for Linux
95
- if : matrix.os == 'ubuntu-20 .04' && matrix.castxml == 'castxml'
98
+ if : matrix.os == 'ubuntu-22 .04' && matrix.castxml == 'castxml'
96
99
run : |
97
100
wget -q -O - https://data.kitware.com/api/v1/file/hashsum/sha512/bdbb67a10c5f8d1b738cd19cb074f409d4803e8077cb8c1072ef4eaf738fa871a73643f9c8282d58cae28d188df842c82ad6620b6d590b0396a0172a27438dce/download | tar zxf - -C ~/
98
101
- name : Setup castxml for Mac
You can’t perform that action at this time.
0 commit comments