Skip to content

Commit d4a7cfe

Browse files
committed
Update
1 parent af1484f commit d4a7cfe

3 files changed

Lines changed: 1 addition & 16 deletions

File tree

dist/index.js

Lines changed: 0 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/index.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ for (const file of readdirRecursively(".")) {
8686

8787
console.log(`job name is "${job.name}"`);
8888

89-
// build (ubuntu, 24.04, Release, 20, 1.86.0, GNU, 13, g++-13)
9089
const jobMatch = job.name.match(/.+\((.+?)\)/);
9190
if (!jobMatch || jobMatch.length === 0) {
9291
console.log("job match fail");
@@ -115,13 +114,6 @@ for (const file of readdirRecursively(".")) {
115114
matrix[osName + osVersion][compilerName][compilerVersion][buildType][
116115
(parseInt(cppVersion) - 23) / 3
117116
] ??= `<a href="${url}">${compileResult}</a>`;
118-
119-
// const appendString = `1. [${job.name}](<${url}>)\n`;
120-
// if (body) {
121-
// body += appendString;
122-
// } else {
123-
// body = appendString;
124-
// }
125117
}
126118

127119
console.log(matrix);

0 commit comments

Comments
 (0)