File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 54
54
build : unit
55
55
build_type : Debug
56
56
57
+ - name : " Unit clang19 (libc++, c++23)"
58
+ cxx : " clang++-19"
59
+ cc : " clang-19"
60
+ pkg : " clang-19 libc++-19-dev libc++abi-19-dev libc++1-19 libc++abi1-19"
61
+ cxx_flags : " -std=c++23 -stdlib=libc++"
62
+ build : unit
63
+ build_type : Debug
64
+
57
65
- name : " Unit gcc11 Release"
58
66
cxx : " g++-11"
59
67
cc : " gcc-11"
@@ -127,6 +135,7 @@ jobs:
127
135
run : |
128
136
sudo apt-add-repository --no-update --yes "deb http://apt.llvm.org/jammy/ llvm-toolchain-jammy-17 main"
129
137
sudo apt-add-repository --no-update --yes "deb http://apt.llvm.org/jammy/ llvm-toolchain-jammy-18 main"
138
+ sudo apt-add-repository --no-update --yes "deb http://apt.llvm.org/jammy/ llvm-toolchain-jammy-19 main"
130
139
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key|sudo apt-key add -
131
140
132
141
- name : Configure APT
You can’t perform that action at this time.
0 commit comments