Skip to content

Commit

Permalink
Local ci/cd update
Browse files Browse the repository at this point in the history
  • Loading branch information
CJLove committed Dec 7, 2024
1 parent 5a02199 commit ca6d501
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .gitea/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,22 @@ jobs:
max-parallel: 4
matrix:
config:
- { name: g++14, image: fir.love.io:3005/config-cpp-gcc1421, cc: /usr/bin/gcc, cxx: /usr/bin/g++, build_type: Debug, cppstd: 17, yaml: ON, toml: ON, json: ON }
- { name: g++14, image: fir.love.io:3005/config-cpp-gcc1421, cc: /usr/bin/gcc, cxx: /usr/bin/g++, build_type: Release, cppstd: 17, yaml: ON, toml: ON, json: ON }
- { name: yaml, image: fir.love.io:3005/config-cpp-gcc1421, cc: /usr/bin/gcc, cxx: /usr/bin/g++, build_type: Release, cppstd: 17, yaml: ON, toml: OFF, json: OFF }
- { name: toml, image: fir.love.io:3005/config-cpp-gcc1421, cc: /usr/bin/gcc, cxx: /usr/bin/g++, build_type: Release, cppstd: 17, yaml: OFF, toml: ON, json: OFF }
- { name: json, image: fir.love.io:3005/config-cpp-gcc1421, cc: /usr/bin/gcc, cxx: /usr/bin/g++, build_type: Release, cppstd: 17, yaml: OFF, toml: OFF, json: ON }
- { name: clang16, image: fir.love.io:3005/config-cpp-gcc1421, cc: /usr/bin/clang, cxx: /usr/bin/clang++, build_type: Debug, cppstd: 17, yaml: ON, toml: ON, json: ON }
- { name: clang16, image: fir.love.io:3005/config-cpp-gcc1421, cc: /usr/bin/clang, cxx: /usr/bin/clang++, build_type: Release, cppstd: 17, yaml: ON, toml: ON, json: ON }
- { name: asan, image: fir.love.io:3005/config-cpp-gcc1421, cc: /usr/bin/gcc, cxx: /usr/bin/g++, build_type: asan, cppstd: 17, yaml: ON, toml: ON, json: ON }
- { name: tsan, image: fir.love.io:3005/config-cpp-gcc1421, cc: /usr/bin/gcc, cxx: /usr/bin/g++, build_type: tsan, cppstd: 17, yaml: ON, toml: ON, json: ON }
- { name: ubsan, image: fir.love.io:3005/config-cpp-gcc1421, cc: /usr/bin/gcc, cxx: /usr/bin/g++, build_type: ubsan, cppstd: 17, yaml: ON, toml: ON, json: ON }
- { name: g++8.4.0, image: fir.love.io:3005/config-cpp-gcc840, cc: /opt/gcc840/bin/gcc, cxx: /opt/gcc840/bin/g++, build_type: Debug, cppstd: 14, yaml: ON, toml: ON, json: ON }
- { name: g++8.4.0, image: fir.love.io:3005/config-cpp-gcc840, cc: /opt/gcc840/bin/gcc, cxx: /opt/gcc840/bin/g++, build_type: Debug, cppstd: 14, yaml: ON, toml: ON, json: ON }
- { name: g++10.3.0, image: fir.love.io:3005/config-cpp-gcc1030, cc: /opt/gcc1030/bin/gcc, cxx: /opt/gcc1030/bin/g++, build_type: Debug, cppstd: 14, yaml: ON, toml: ON, json: ON }
- { name: g++11.3.0, image: fir.love.io:3005/config-cpp-gcc1130, cc: /opt/gcc1130/bin/gcc, cxx: /opt/gcc1130/bin/g++, build_type: Debug, cppstd: 14, yaml: ON, toml: ON, json: ON }
- { name: g++12.3.0, image: fir.love.io:3005/config-cpp-gcc1230, cc: /opt/gcc1230/bin/gcc, cxx: /opt/gcc1230/bin/g++, build_type: Debug, cppstd: 20, yaml: ON, toml: ON, json: ON }
- { name: g++13.3.0, image: fir.love.io:3005/config-cpp-gcc1330, cc: /opt/gcc1330/bin/gcc, cxx: /opt/gcc1330/bin/g++, build_type: Debug, cppstd: 20, yaml: ON, toml: ON, json: ON }
- { name: g++14, image: fir.love.io:3005/amd64/config-cpp-gcc1421, cc: /usr/bin/gcc, cxx: /usr/bin/g++, build_type: Debug, cppstd: 17, yaml: ON, toml: ON, json: ON }
- { name: g++14, image: fir.love.io:3005/amd64/config-cpp-gcc1421, cc: /usr/bin/gcc, cxx: /usr/bin/g++, build_type: Release, cppstd: 17, yaml: ON, toml: ON, json: ON }
- { name: yaml, image: fir.love.io:3005/amd64/config-cpp-gcc1421, cc: /usr/bin/gcc, cxx: /usr/bin/g++, build_type: Release, cppstd: 17, yaml: ON, toml: OFF, json: OFF }
- { name: toml, image: fir.love.io:3005/amd64/config-cpp-gcc1421, cc: /usr/bin/gcc, cxx: /usr/bin/g++, build_type: Release, cppstd: 17, yaml: OFF, toml: ON, json: OFF }
- { name: json, image: fir.love.io:3005/amd64/config-cpp-gcc1421, cc: /usr/bin/gcc, cxx: /usr/bin/g++, build_type: Release, cppstd: 17, yaml: OFF, toml: OFF, json: ON }
- { name: clang16, image: fir.love.io:3005/amd64/config-cpp-gcc1421, cc: /usr/bin/clang, cxx: /usr/bin/clang++, build_type: Debug, cppstd: 17, yaml: ON, toml: ON, json: ON }
- { name: clang16, image: fir.love.io:3005/amd64/config-cpp-gcc1421, cc: /usr/bin/clang, cxx: /usr/bin/clang++, build_type: Release, cppstd: 17, yaml: ON, toml: ON, json: ON }
- { name: asan, image: fir.love.io:3005/amd64/config-cpp-gcc1421, cc: /usr/bin/gcc, cxx: /usr/bin/g++, build_type: asan, cppstd: 17, yaml: ON, toml: ON, json: ON }
- { name: tsan, image: fir.love.io:3005/amd64/config-cpp-gcc1421, cc: /usr/bin/gcc, cxx: /usr/bin/g++, build_type: tsan, cppstd: 17, yaml: ON, toml: ON, json: ON }
- { name: ubsan, image: fir.love.io:3005/amd64/config-cpp-gcc1421, cc: /usr/bin/gcc, cxx: /usr/bin/g++, build_type: ubsan, cppstd: 17, yaml: ON, toml: ON, json: ON }
- { name: g++8.4.0, image: fir.love.io:3005/amd64/config-cpp-gcc840, cc: /opt/gcc840/bin/gcc, cxx: /opt/gcc840/bin/g++, build_type: Debug, cppstd: 14, yaml: ON, toml: ON, json: ON }
- { name: g++8.4.0, image: fir.love.io:3005/amd64/config-cpp-gcc840, cc: /opt/gcc840/bin/gcc, cxx: /opt/gcc840/bin/g++, build_type: Debug, cppstd: 14, yaml: ON, toml: ON, json: ON }
- { name: g++10.3.0, image: fir.love.io:3005/amd64/config-cpp-gcc1030, cc: /opt/gcc1030/bin/gcc, cxx: /opt/gcc1030/bin/g++, build_type: Debug, cppstd: 14, yaml: ON, toml: ON, json: ON }
- { name: g++11.3.0, image: fir.love.io:3005/amd64/config-cpp-gcc1130, cc: /opt/gcc1130/bin/gcc, cxx: /opt/gcc1130/bin/g++, build_type: Debug, cppstd: 14, yaml: ON, toml: ON, json: ON }
- { name: g++12.3.0, image: fir.love.io:3005/amd64/config-cpp-gcc1230, cc: /opt/gcc1230/bin/gcc, cxx: /opt/gcc1230/bin/g++, build_type: Debug, cppstd: 20, yaml: ON, toml: ON, json: ON }
- { name: g++13.3.0, image: fir.love.io:3005/amd64/config-cpp-gcc1330, cc: /opt/gcc1330/bin/gcc, cxx: /opt/gcc1330/bin/g++, build_type: Debug, cppstd: 20, yaml: ON, toml: ON, json: ON }

name: "${{ matrix.config.name}} (C++${{ matrix.config.cppstd }}, ${{ matrix.config.build_type }})"
steps:
Expand Down

0 comments on commit ca6d501

Please sign in to comment.