Added actions testing
Run tests / Run tests (push) Failing after 1m25s

This commit is contained in:
2026-05-02 11:02:25 +03:00
parent c38e5784e9
commit b96059c069
2 changed files with 36 additions and 5 deletions
+5 -5
View File
@@ -1,11 +1,11 @@
[binaries]
c = 'clang-19'
c_ld = 'lld-19'
cpp = 'clang++-19'
cpp_ld = 'lld-19'
c = 'clang-22'
c_ld = 'lld-22'
cpp = 'clang++-22'
cpp_ld = 'lld-22'
[properties]
c_args = ['-DEV_CC_CLANG=1','-fcolor-diagnostics', '-fansi-escape-codes', '-fms-extensions']
[cmake]
CMAKE_C_COMPILER = 'clang-19'
CMAKE_C_COMPILER = 'clang-22'