2 Commits

Author SHA1 Message Date
mo7sen b992f8c223 Added gitea actions testing
Run tests / Run tests (push) Failing after 6s
2026-05-03 09:31:05 +03:00
mo7sen f085ce2fa4 Moved from gnu23 to c23 2026-05-03 09:29:50 +03:00
+5 -5
View File
@@ -1,11 +1,11 @@
[binaries] [binaries]
c = 'clang-22' c = 'clang-19'
c_ld = 'lld-22' c_ld = 'lld-19'
cpp = 'clang++-22' cpp = 'clang++-19'
cpp_ld = 'lld-22' cpp_ld = 'lld-19'
[properties] [properties]
c_args = ['-DEV_CC_CLANG=1','-fcolor-diagnostics', '-fansi-escape-codes'] c_args = ['-DEV_CC_CLANG=1','-fcolor-diagnostics', '-fansi-escape-codes']
[cmake] [cmake]
CMAKE_C_COMPILER = 'clang-22' CMAKE_C_COMPILER = 'clang-19'