@@ -16,18 +16,19 @@ jobs:
16
16
max-parallel : 4
17
17
matrix :
18
18
config :
19
- - { name: g++13, image: fir.love.io:3005/sockets-cpp-gcc1321, cc: /usr/bin/gcc, cxx: /usr/bin/g++, build_type: Debug, cppstd: 17 }
20
- - { name: g++13, image: fir.love.io:3005/sockets-cpp-gcc1321, cc: /usr/bin/gcc, cxx: /usr/bin/g++, build_type: Release, cppstd: 17 }
21
- - { name: clang16, image: fir.love.io:3005/sockets-cpp-gcc1321, cc: /usr/bin/clang, cxx: /usr/bin/clang++, build_type: Debug, cppstd: 17 }
22
- - { name: clang16, image: fir.love.io:3005/sockets-cpp-gcc1321, cc: /usr/bin/clang, cxx: /usr/bin/clang++, build_type: Release, cppstd: 17 }
23
- - { name: asan, image: fir.love.io:3005/sockets-cpp-gcc1321, cc: /usr/bin/gcc, cxx: /usr/bin/g++, build_type: asan, cppstd: 17 }
24
- - { name: tsan, image: fir.love.io:3005/sockets-cpp-gcc1321, cc: /usr/bin/gcc, cxx: /usr/bin/g++, build_type: tsan, cppstd: 17 }
25
- - { name: ubsan, image: fir.love.io:3005/sockets-cpp-gcc1321, cc: /usr/bin/gcc, cxx: /usr/bin/g++, build_type: ubsan, cppstd: 17 }
26
- - { name: g++8.4.0, image: fir.love.io:3005/sockets-cpp-gcc840, cc: /opt/gcc840/bin/gcc, cxx: /opt/gcc840/bin/g++, build_type: Debug, cppstd: 14 }
27
- - { name: g++8.4.0, image: fir.love.io:3005/sockets-cpp-gcc840, cc: /opt/gcc840/bin/gcc, cxx: /opt/gcc840/bin/g++, build_type: Debug, cppstd: 14 }
28
- - { name: g++10.3.0, image: fir.love.io:3005/sockets-cpp-gcc1030, cc: /opt/gcc1030/bin/gcc, cxx: /opt/gcc1030/bin/g++, build_type: Debug, cppstd: 14 }
29
- - { name: g++11.3.0, image: fir.love.io:3005/sockets-cpp-gcc1130, cc: /opt/gcc1130/bin/gcc, cxx: /opt/gcc1130/bin/g++, build_type: Debug, cppstd: 14 }
30
- - { name: g++12.3.0, image: fir.love.io:3005/sockets-cpp-gcc1230, cc: /opt/gcc1230/bin/gcc, cxx: /opt/gcc1230/bin/g++, build_type: Debug, cppstd: 20 }
19
+ - { name: g++14, image: fir.love.io:3005/amd64/sockets-cpp-gcc1421, cc: /usr/bin/gcc, cxx: /usr/bin/g++, build_type: Debug, cppstd: 17 }
20
+ - { name: g++14, image: fir.love.io:3005/amd64/sockets-cpp-gcc1421, cc: /usr/bin/gcc, cxx: /usr/bin/g++, build_type: Release, cppstd: 17 }
21
+ - { name: clang19, image: fir.love.io:3005/amd64/sockets-cpp-gcc1421, cc: /usr/bin/clang, cxx: /usr/bin/clang++, build_type: Debug, cppstd: 17 }
22
+ - { name: clang19, image: fir.love.io:3005/amd64/sockets-cpp-gcc1421, cc: /usr/bin/clang, cxx: /usr/bin/clang++, build_type: Release, cppstd: 17 }
23
+ - { name: asan, image: fir.love.io:3005/amd64/sockets-cpp-gcc1421, cc: /usr/bin/gcc, cxx: /usr/bin/g++, build_type: asan, cppstd: 17 }
24
+ - { name: tsan, image: fir.love.io:3005/amd64/sockets-cpp-gcc1421, cc: /usr/bin/gcc, cxx: /usr/bin/g++, build_type: tsan, cppstd: 17 }
25
+ - { name: ubsan, image: fir.love.io:3005/amd64/sockets-cpp-gcc1421, cc: /usr/bin/gcc, cxx: /usr/bin/g++, build_type: ubsan, cppstd: 17 }
26
+ - { name: g++8.4.0, image: fir.love.io:3005/amd64/sockets-cpp-gcc840, cc: /opt/gcc840/bin/gcc, cxx: /opt/gcc840/bin/g++, build_type: Debug, cppstd: 14 }
27
+ - { name: g++8.4.0, image: fir.love.io:3005/amd64/sockets-cpp-gcc840, cc: /opt/gcc840/bin/gcc, cxx: /opt/gcc840/bin/g++, build_type: Debug, cppstd: 14 }
28
+ - { name: g++10.3.0, image: fir.love.io:3005/amd64/sockets-cpp-gcc1030, cc: /opt/gcc1030/bin/gcc, cxx: /opt/gcc1030/bin/g++, build_type: Debug, cppstd: 14 }
29
+ - { name: g++11.3.0, image: fir.love.io:3005/amd64/sockets-cpp-gcc1130, cc: /opt/gcc1130/bin/gcc, cxx: /opt/gcc1130/bin/g++, build_type: Debug, cppstd: 14 }
30
+ - { name: g++12.3.0, image: fir.love.io:3005/amd64/sockets-cpp-gcc1230, cc: /opt/gcc1230/bin/gcc, cxx: /opt/gcc1230/bin/g++, build_type: Debug, cppstd: 20 }
31
+ - { name: g++13.3.0, image: fir.love.io:3005/amd64/sockets-cpp-gcc1330, cc: /opt/gcc1330/bin/gcc, cxx: /opt/gcc1330/bin/g++, build_type: Debug, cppstd: 20 }
31
32
32
33
name : " ${{ matrix.config.name}} (C++${{ matrix.config.cppstd }}, ${{ matrix.config.build_type }})"
33
34
steps :
0 commit comments