| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
* azure-pipelines: cache csources to speed up build
Building csources takes about 2-4 mins, and since it hasn't changed for
a long time, employ some caching to cut the time spent.
* azure-pipelines: remove ppa avoidance configs
Testing shows that there aren't any difference between having this and
not having it, so removing this to simplify the code.
|
|
|
|
|
|
|
|
|
| |
* testament: run CI faster thanks to batching
* move ta_in, tstdin into existing tosproc
* move ta_out,tafalse,texitcode,tstderr into existing tosproc
* joinable osproc
* move tstdout into existing tosproc
* spec: batchable; fix tests
* fixup
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
* enable important_pkg on OSX
* disable some important_packages on OSX
* fixup
* enable nigui by installing dependency
|
|
|
|
|
| |
* test important packages on Linux
* enable chronos
|
|
|
| |
See https://status.dev.azure.com/_event/179641421
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
* attempt to add valgrind support to the CIs and testament
* valgrind (currently) works only on 64-bit Linux
|
| |
|
|
This is the equivalent to the current AppVeyor + Travis setup.
|