- 22 Oct, 2023 1 commit
-
-
Gianfranco Costamagna authored
There is no need to use the embedded gtest code copy in Linux systems, if they already provide the googletest framework system-wide. Search for it, and fallback to the embedded one if the system one is not detected. This patch has been also contributed by Simon Quigley <tsimonq2@debian.org>
-
- 12 Oct, 2023 3 commits
-
-
Ezekiel Warren authored
-
Ezekiel Warren authored
-
Pierre Wendling authored
* CMake: Add option to set the package install dir. * CMake: Fix generated config. - `YAML_CPP_SHARED_LIBS_BUILT` should not be set with a `PATH_VAR` as it would always evaluate to true. - `YAML_CPP_LIBRARIES` should used the exported target name including the namespace, but `check_required_components` shouldn't. - Use `CMAKE_CURRENT_LIST_DIR` to find the target file, instead of a `PATH_VAR`. Package managers such as vcpkg move CMake configs after installing. * CI: Test the generated CMake package. * CMake: Create add a deprecated yaml-cpp target. This target is meant to provide compatibility with versions prior to 0.8.0. * CMake: mark the yaml-cpp target as IMPORTED. --------- Co-authored-by:Jesse Beder <jbeder+github@gmail.com>
-
- 17 Sep, 2023 1 commit
-
-
Daniel Stonier authored
-
- 10 Sep, 2023 1 commit
-
-
Kefu Chai authored
* CI: test with supported C++ standards let's test with the supported standards for better coverage. C++23 standard was just out, but the support on the toolchain is not quite ready yet. so let's leave it for a future change. Signed-off-by:
Kefu Chai <tchaikov@gmail.com> * CI: drop redundant Build step "Build Tests" is strictly a superset of "Build". in addition to the library, the former builds the tests also. both these steps share the same set of command line arguments. by removing "Build" step, we don't lose anything regarding the test coverage and information for further investigation if the build fails. Signed-off-by:
Kefu Chai <tchaikov@gmail.com> --------- Signed-off-by:
Kefu Chai <tchaikov@gmail.com>
-
- 04 Mar, 2023 2 commits
-
-
Matthijs van der Burgh authored
* Test(CMake) set NAME and COMMAND in add_test * (CMake) add enable_testing() * (CMake) move cmake_dependent_option up, before using them * (CMake) use YAML_CPP_MAIN_PROJECT in cmake_dependent_option * (CMake) log values regarding tests * (CMake) always find CTest, but don't enable tests * (CMAKE)(temp) fix logging * (actions) set YAML_CPP_BUILD_TESTS for tests * (actions) provide YAML_CPP_BUILD_TESTS to ctest * (actions) set -DYAML_CPP_BUILD_TESTS at build * (actions) don't fail false * (actions) build tests in Test step * (actions) run tests verbose * (CMake) remove temp logging * (actions) split building from running tests * (actions) ctest Debug * (actions) ctest Debug * Remove enable_testing
-
Diogo Teles Sant'Anna authored
It secures the repo against erroneous or malicious actions from external jobs you call from your workflow. It's specially important for the case they get compromised, for example.
-
- 27 Apr, 2022 1 commit
-
-
Dr. Andre Vehreschild authored
Windows builds need some defines being set to use the static linking. Also add bazel builds and test to Github-CI.
-
- 27 Jan, 2022 1 commit
-
-
TheVice authored
Also refactor the build action to use a matrix.
-
- 15 Dec, 2021 1 commit
-
-
TheVice authored
Add copying of shared library to the output directory with a test binary. [binary] removed using of non unsigned char as argument at 'std::isspace' function that was provokes undefined behavior. [.github/workflows/build.yml] enabled run of test at the 'windows-latest' environment.
-
- 31 Oct, 2021 1 commit
-
-
PhilipDeegan authored
-