Andre Vehreschild
870b767c70
Use 'test' target for tests.
...
Default target ':all' does not work for test, stick with 'test'.
2022-04-21 08:44:38 +02:00
Andre Vehreschild
5af5c0fb03
Use ':all' instead of '...' as bazel tgt.
...
The three dots did not work, but ':all' does.
2022-04-21 08:34:01 +02:00
Andre Vehreschild
71e76f1509
Make names more speaking and use dflt goals for bazel.
...
- In the CI-pipeline rename `build` to `cmake-build` and
`bz-build` to `bazel-build`.
- Use '...' as target for the bazel operations.
2022-04-21 08:24:14 +02:00
Andre Vehreschild
fa744bbbe2
Add bazel builds and test to Github-CI.
2022-04-20 09:56:11 +02: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