Commit Graph

5 Commits

Author SHA1 Message Date
Diogo Teles Sant'Anna
8ba7d280a9
CI: define read-only permission for GitHub Workflow
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.
2023-03-02 12:25:43 -03: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