eBay / tsv-utils

eBay's TSV Utilities: Command line tools for large, tabular data files. Filtering, statistics, sampling, joins and more.
https://ebay.github.io/tsv-utils/
Boost Software License 1.0
1.42k stars 80 forks source link

An experiment: Use GitHub Actions to run a Windows build. #313

Closed jondegenhardt closed 3 years ago

jondegenhardt commented 3 years ago

This PR will add a Windows build (compile and link) CI step using GitHub Actions.

No tests. There would be some failures currently due to newline consistency issues. But maintaining successful compilation is a useful step.

See issue #307.

jondegenhardt commented 3 years ago

The GitHub action build successfully kicked off and ran after the merge was done. Successful. Should run on pull requests after this. Killed the travis build after one successful run, as there are no changes there.