baidu / bigflow

Baidu Bigflow is an interface that allows for writing distributed computing programs and provides lots of simple, flexible, powerful APIs. Using Bigflow, you can easily handle data of any scale. Bigflow processes 4P+ data inside Baidu and runs about 10k jobs every day.
http://baidu.github.io/bigflow
Apache License 2.0
1.14k stars 160 forks source link

Enable travis' build matrix #13

Open advancedxy opened 6 years ago

advancedxy commented 6 years ago

Some combinations are:

OS Compiler
Ubuntu gcc
Ubuntu clang
Mac clang
Docker(CentOS) gcc
Docker(CentOS) clang
Windows(WSL) gcc(tbd)
Windows(WSL) clang(tbd)
Windows x