Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 5914 | Kartik Agaram | 2020-01-21 | 1 | -3/+1 |
| | |||||
* | 5485 - promote SubX to top-level | Kartik Agaram | 2019-07-27 | 1 | -24/+2 |
| | |||||
* | 4991 | Kartik Agaram | 2019-02-25 | 1 | -3/+4 |
| | |||||
* | 4647 - support 64-bit Linux in CI | Kartik Agaram | 2018-10-01 | 1 | -0/+1 |
| | | | | | | Generated 32-bit binaries are different on 64-bit. So let's compare them only on a 32-bit platform. And let's start also verifying their run-time behavior on Linux. | ||||
* | 4248 -- simplify CI | Kartik Agaram | 2018-05-25 | 1 | -1/+3 |
| | |||||
* | 4219 - add an even simpler build script | Kartik K. Agaram | 2018-03-13 | 1 | -0/+1 |
| | |||||
* | 4218 - test build alternatives in CI | Kartik K. Agaram | 2018-03-13 | 1 | -1/+3 |
| | |||||
* | 4016 - include subx/ tests in CI | Kartik K. Agaram | 2017-10-11 | 1 | -17/+18 |
| | |||||
* | 3128 | Kartik K. Agaram | 2016-07-22 | 1 | -1/+2 |
| | |||||
* | 3029 | Kartik K. Agaram | 2016-06-02 | 1 | -0/+1 |
| | |||||
* | 3028 | Kartik K. Agaram | 2016-06-02 | 1 | -1/+2 |
| | | | | | | | Stop depending on the LLVM apt repo in CI: http://lists.llvm.org/pipermail/llvm-dev/2016-May/100303.html (Thanks Travis CI support.) | ||||
* | 2951 | Kartik K. Agaram | 2016-05-09 | 1 | -3/+0 |
| | |||||
* | 2950 - more Travis load-balancing | Kartik K. Agaram | 2016-05-09 | 1 | -4/+3 |
| | |||||
* | 2947 | Kartik K. Agaram | 2016-05-08 | 1 | -2/+3 |
| | |||||
* | 2945 | Kartik K. Agaram | 2016-05-08 | 1 | -5/+10 |
| | | | | More tweaking; edit/ still taking too long to test on Travis CI. | ||||
* | 2944 | Kartik K. Agaram | 2016-05-08 | 1 | -2/+9 |
| | | | | | | | | | 2943 almost worked; just a couple of tweaks: a) Divide up the work a little more finely since we still timed out on some jobs. b) Use clang and valgrind when running apps as well. | ||||
* | 2943 | Kartik K. Agaram | 2016-05-08 | 1 | -4/+8 |
| | | | | | I misunderstood what constitutes a job in Travis CI. Let's try this again.. | ||||
* | 2941 - split Travis CI into multiple jobs | Kartik K. Agaram | 2016-05-08 | 1 | -1/+4 |
| | | | | It easily exceeded the 50-minute timeout. | ||||
* | 2938 - ok, let's try CI | Kartik K. Agaram | 2016-05-08 | 1 | -0/+21 |
https://travis-ci.org/akkartik/mu |