gabime
14a202580b
Update readme ci tsan to debug
2024-11-29 13:15:15 +02:00
gabime
67628a459a
Fix ci windows
2024-11-29 11:51:19 +02:00
gabime
89a01c4bba
Fix ci windows
2024-11-29 11:46:33 +02:00
gabime
5c4f5f42c8
Fix ci windows
2024-11-29 11:42:11 +02:00
gabime
9dab02aa2c
Fix ci windows
2024-11-29 11:36:33 +02:00
Gabi Melman
4b301e710a
Update windows.yml
2024-11-29 11:26:39 +02:00
Gabi Melman
fba921b6d8
Update windows.yml
2024-11-29 11:09:38 +02:00
gabime
24afd40000
Fix ci
2024-11-29 10:25:43 +02:00
gabime
7c6512ff72
Fix ci
2024-11-29 10:22:43 +02:00
gabime
30f0681ab4
Fix windows ci
linux / ${{ matrix.config.compiler}} ${{ matrix.config.version }} (C++${{ matrix.config.cppstd }} ${{ matrix.config.build_type }} ${{ matrix.config.asan == 'ON' && 'ASAN' || '' }}${{ matrix.config.tsan == 'ON' && 'TSAN' || '' }}) (map[asan:ON build_type:Debug … (push) Has been cancelled
linux / ${{ matrix.config.compiler}} ${{ matrix.config.version }} (C++${{ matrix.config.cppstd }} ${{ matrix.config.build_type }} ${{ matrix.config.asan == 'ON' && 'ASAN' || '' }}${{ matrix.config.tsan == 'ON' && 'TSAN' || '' }}) (map[build_type:Debug compiler… (push) Has been cancelled
linux / ${{ matrix.config.compiler}} ${{ matrix.config.version }} (C++${{ matrix.config.cppstd }} ${{ matrix.config.build_type }} ${{ matrix.config.asan == 'ON' && 'ASAN' || '' }}${{ matrix.config.tsan == 'ON' && 'TSAN' || '' }}) (map[build_type:Release compil… (push) Has been cancelled
linux / OS X Clang (C++17, Release) (push) Has been cancelled
macos / macOS Clang (C++17, Release) (push) Has been cancelled
windows / build (map[BUILD_EXAMPLE:OFF BUILD_SHARED:ON BUILD_TYPE:Release CXX_STANDARD:20 FATAL_ERRORS:ON GENERATOR:Visual Studio 17 2022 USE_STD_FORMAT:ON WCHAR:OFF WCHAR_FILES:OFF]) (push) Has been cancelled
windows / build (map[BUILD_EXAMPLE:OFF BUILD_SHARED:ON BUILD_TYPE:Release CXX_STANDARD:20 FATAL_ERRORS:ON GENERATOR:Visual Studio 17 2022 USE_STD_FORMAT:ON WCHAR:ON WCHAR_FILES:ON]) (push) Has been cancelled
windows / build (map[BUILD_EXAMPLE:ON BUILD_SHARED:ON BUILD_TYPE:Release CXX_STANDARD:17 FATAL_ERRORS:ON GENERATOR:Visual Studio 17 2022 USE_STD_FORMAT:OFF WCHAR:OFF WCHAR_FILES:OFF]) (push) Has been cancelled
windows / build_2019 (map[BUILD_EXAMPLE:ON BUILD_SHARED:ON BUILD_TYPE:Release CXX_STANDARD:17 FATAL_ERRORS:ON GENERATOR:Visual Studio 16 2019 USE_STD_FORMAT:OFF WCHAR:OFF WCHAR_FILES:OFF]) (push) Has been cancelled
windows / build_2019 (map[BUILD_EXAMPLE:ON BUILD_SHARED:ON BUILD_TYPE:Release CXX_STANDARD:20 FATAL_ERRORS:ON GENERATOR:Visual Studio 16 2019 USE_STD_FORMAT:OFF WCHAR:OFF WCHAR_FILES:OFF]) (push) Has been cancelled
2024-11-26 13:59:22 +02:00
gabime
419b4bd983
Updated ci to use c++17
2024-11-26 13:40:03 +02:00
gabime
1d66ca8c0b
Ported ci from v1.x branch
2024-11-26 13:36:21 +02:00
gabime
ffa651d39a
update ci osx
2024-05-03 19:00:12 +03:00
gabime
587b7dad28
Revert "Updated ci for macOS"
...
This reverts commit 01646c54d3
.
2024-05-03 14:56:06 +03:00
gabime
01646c54d3
Updated ci for macOS
2024-05-03 14:53:28 +03:00
gabime
6d520df916
Removed header only options
2023-09-24 13:27:26 +03:00
gabime
25f64bcfb6
Updated ci
2023-09-22 18:24:45 +03:00
gabime
89ccf2a6ab
Removed clang with std::format from ci
2023-09-22 18:24:45 +03:00
Gabi Melman
3289e5ecae
Update ci.yml
2023-09-22 18:24:45 +03:00
gabime
501e3480ca
Require c++17 at mimumum
2023-09-22 18:24:45 +03:00
gabime
866744e40e
Added ci for SPDLOG_USE_STD_FORMAT=ON option
2023-09-22 18:24:45 +03:00
gabime
75028b3d40
Added ci for SPDLOG_USE_STD_FORMAT=ON option
2023-09-22 18:24:45 +03:00
gabime
90127164de
Added ci for SPDLOG_USE_STD_FORMAT=ON option
2023-09-22 18:24:45 +03:00
gabime
e6b894665c
Added ci for SPDLOG_USE_STD_FORMAT=ON option
2023-09-22 18:24:45 +03:00
gabime
647fc3ab56
Fix ci
2023-09-22 18:24:45 +03:00
gabime
39b6ead2bc
Fix ci
2023-09-22 18:24:45 +03:00
gabime
bc3ef7d334
Fix ci
2023-09-22 18:24:45 +03:00
gabime
69149a3c76
Rebase v1.x
2023-09-22 18:24:45 +03:00
Gabi Melman
47e04cf043
Update ci.yml
2023-08-31 00:29:17 +03:00
Luis Angerstein
706ad70591
Enable systemd_sink tests in linux pipeline ( #2669 )
...
* Install libsystemd-dev in linux pipeline
Without this package the test_systemd_sink.cpp will not be tested.
* Install pkg-config in linux pipeline
2023-03-09 13:00:39 +02:00
Vitaly Zaitsev
7f09c88817
Added Catch v3 support ( #2661 )
...
* Added Catch v3 support.
* Removed extra square brackets from some tests.
2023-03-01 13:51:04 +02:00
Vitaly Zaitsev
150ba9e6dd
Allow other builders running after build failures. ( #2659 )
2023-03-01 11:33:58 +02:00
gabime
8be5b41a2f
revert pr #2656
2023-03-01 01:12:50 +02:00
Gabi Melman
ceb71825b2
Update ci.yml
2023-03-01 00:43:40 +02:00
Vitaly Zaitsev
2a6d3e9f3b
Added Catch v3 support. ( #2656 )
2023-03-01 00:16:39 +02:00
Gabi Melman
6b67054071
Update ci.yml
2023-02-28 23:58:39 +02:00
Gabi Melman
13f45c531b
Update ci.yml
2023-02-28 23:54:16 +02:00
Gabi Melman
937ce23537
Update ci.yml
2023-02-28 23:49:36 +02:00
Gabi Melman
6a9d561671
Update ci.yml
2022-11-01 17:17:29 +02:00
Gabi Melman
545c301877
Update ci.yml
2022-11-01 17:13:35 +02:00
offa
23fce5ffaa
Migrate to Github Actions CI
2022-10-01 18:11:36 +02:00