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

This commit is contained in:
2026-05-02 11:02:25 +03:00
parent c38e5784e9
commit 5279108641
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'
c_ld = 'lld'
cpp = 'clang++'
cpp_ld = 'lld'
[properties]
c_args = ['-DEV_CC_CLANG=1','-fcolor-diagnostics', '-fansi-escape-codes', '-fms-extensions']
[cmake]
CMAKE_C_COMPILER = 'clang-19'
CMAKE_C_COMPILER = 'clang'