about summary refs log tree commit diff stats
path: root/build_until
Commit message (Collapse)AuthorAgeFilesLines
* 3336Kartik K. Agaram2016-09-111-4/+0
|
* 3295Kartik K. Agaram2016-09-041-1/+1
|
* 3282Kartik K. Agaram2016-08-291-5/+27
| | | | | | | | | Fix CI process after recent changes. CI still will not be actually *making use* of separate compilation (as it shouldn't). As a side effect, 'build_until' shows a simpler (but still working!) process for building Mu. Vast improvement over the previous hack of dipping selectively into the Makefile.
* 3277Kartik K. Agaram2016-08-291-1/+0
| | | | Streamline the build process a bit.
* 3275Kartik K. Agaram2016-08-281-1/+1
| | | | Follow convention more closely by using CXXFLAGS for C++ files.
* 2946Kartik K. Agaram2016-05-081-0/+15
Reorganize build system to minimize duplication while handling 3 scenarios: 1. Locally running tests with `mu test` 2. Locally running tests until some layer with `build_and_test_until` 3. Running on Linux with `test_layers` 4. Running on Travis CI with multiple sharded calls to `test_layers` One thing we drop at this point is support for OSX in test_layers. We don't need it now that we have Travis CI working.