Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-09-21 | travis-ci: Use protobuf v3 as it adds python3 | Kyle Manna | 1 | -5/+3 | |
* Still in testing currently. | |||||
2015-09-21 | travis-ci: Build C/C++/Python matrix | Kyle Manna | 1 | -10/+38 | |
* Test a number of C compilers * Travis CI can't handle three languages (C, C++, Python) * Add support for swapping python2/3 binaries * Scons has made no attempts to support python3 yet: * Build the matrix manually * Scons doesn't inherit $CC/$CXX from parent environement, so pass compiler flags directly | |||||
2015-09-20 | travis-ci: Initial working build | Kyle Manna | 1 | -0/+28 | |
* Initial working build for Travis CI build system. |