3 Commits

Author SHA1 Message Date
moritz 8dca805801 build pipeline has no println in libfmt version...
Build ptprnt / build (push) Successful in 1m49s
2023-11-19 14:24:57 +01:00
moritz e2c524f7c9 Fix build errors for explicitly using libfmt
Build ptprnt / build (push) Failing after 35s
2023-11-19 14:22:48 +01:00
moritz dd496a325b Add file logger and fix log level output
Build ptprnt / build (push) Failing after 38s
2023-11-19 14:09:53 +01:00
2 changed files with 1 additions and 3 deletions
-1
View File
@@ -6,7 +6,6 @@ subprojects/*
coverageReport/ coverageReport/
# Files # Files
ptprnt.log
!subprojects/*.wrap !subprojects/*.wrap
.vscode/* .vscode/*
!.vscode/c_cpp_properties.json !.vscode/c_cpp_properties.json
+1 -2
View File
@@ -85,6 +85,5 @@
}, },
"clang-tidy.buildPath": "builddir/", "clang-tidy.buildPath": "builddir/",
"clangd.onConfigChanged": "restart", "clangd.onConfigChanged": "restart",
"C_Cpp.default.compileCommands": "builddir/compile_commands.json", "C_Cpp.default.compileCommands": "builddir/compile_commands.json"
"mesonbuild.configureOnOpen": true
} }