Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | disable i386 CI until we figure out how to fix it | narimiran | 2021-03-18 | 1 | -5/+5 |
| | |||||
* | fix #17343 (#17344) | Timothee Cour | 2021-03-12 | 1 | -1/+2 |
| | |||||
* | fix #17325 unrbreak CI i386 (#17327) | Timothee Cour | 2021-03-10 | 1 | -25/+38 |
| | |||||
* | Small optimization for the CI pipeline. (#15088) | alaviss | 2020-07-27 | 1 | -15/+25 |
| | | | | | | | | | | | * 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: generic N-fold batching: windows CI 37mn=>16m (#14823) | Timothee Cour | 2020-06-27 | 1 | -1/+11 |
| | | | | | | | | | * 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 | ||||
* | test packages with Github workflows | narimiran | 2020-04-28 | 1 | -8/+0 |
| | |||||
* | use newer nodejs on Azure Pipelines (#14065) | Miran | 2020-04-22 | 1 | -2/+2 |
| | |||||
* | enable important_pkg on OSX (#13954) | Timothee Cour | 2020-04-14 | 1 | -0/+4 |
| | | | | | | | | | * enable important_pkg on OSX * disable some important_packages on OSX * fixup * enable nigui by installing dependency | ||||
* | Test packages on Linux (#13921) | Miran | 2020-04-08 | 1 | -2/+2 |
| | | | | | * test important packages on Linux * enable chronos | ||||
* | azure-pipelines: walkaround issues with triggers (#13657) | alaviss | 2020-03-15 | 1 | -0/+9 |
| | | | See https://status.dev.azure.com/_event/179641421 | ||||
* | azure-pipelines: use OSX 10.15 (was just enabled upstream) (#13546) | Timothee Cour | 2020-03-13 | 1 | -2/+2 |
| | |||||
* | enable testing -d:nimHasLibFFI mode (#13091) | Timothee Cour | 2020-02-04 | 1 | -1/+3 |
| | |||||
* | CI fix timeout error (#13134) | Timothee Cour | 2020-01-15 | 1 | -148/+153 |
| | |||||
* | attempt to add valgrind support to the CIs and testament (#12646) | Andreas Rumpf | 2019-11-18 | 1 | -1/+1 |
| | | | | | | * attempt to add valgrind support to the CIs and testament * valgrind (currently) works only on 64-bit Linux | ||||
* | Switch mingw links (#12561) | genotrance | 2019-10-31 | 1 | -1/+1 |
| | |||||
* | azure-pipelines: add pipelines for linux, mac and win | Leorize | 2019-10-03 | 1 | -0/+148 |
This is the equivalent to the current AppVeyor + Travis setup. |