Commit Graph

13 Commits

Author SHA1 Message Date
Matthijs van der Burgh
9fce27a4ce (actions) ctest Debug 2023-03-04 08:53:11 +01:00
Matthijs van der Burgh
7f023aef86 (actions) ctest Debug 2023-03-04 08:53:11 +01:00
Matthijs van der Burgh
58b15fecb3 (actions) split building from running tests 2023-03-04 08:53:11 +01:00
Matthijs van der Burgh
7af4e76b39 (actions) run tests verbose 2023-03-02 09:38:00 +01:00
Matthijs van der Burgh
532ed53b10 (actions) build tests in Test step 2023-03-02 09:38:00 +01:00
Matthijs van der Burgh
668a66d780 (actions) don't fail false 2023-03-02 09:38:00 +01:00
Matthijs van der Burgh
d679a4beb6 (actions) set -DYAML_CPP_BUILD_TESTS at build 2023-03-02 09:38:00 +01:00
Matthijs van der Burgh
535665fe12 (actions) provide YAML_CPP_BUILD_TESTS to ctest 2023-03-02 09:38:00 +01:00
Matthijs van der Burgh
48c6fa566e (actions) set YAML_CPP_BUILD_TESTS for tests 2023-03-02 09:38:00 +01:00
Dr. Andre Vehreschild
420c982310
Improve bazel build for Windows. (#1100)
Windows builds need some defines being set to use the static linking.

Also add bazel builds and test to Github-CI.
2022-04-27 09:10:13 -05:00
TheVice
f8e1a7be3b
Add MinGW to build pipeline
Also refactor the build action to use a matrix.
2022-01-27 17:00:08 -06:00
TheVice
d8d9419092
Fix shared library tests for Windows (#1074)
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.
2021-12-15 13:38:09 -06:00
PhilipDeegan
4564d9a131
github actions for mac/linux/windows (#1056) 2021-10-31 11:59:40 -05:00