summary refs log tree commit diff stats
path: root/azure-pipelines.yml
Commit message (Collapse)AuthorAgeFilesLines
* test packages with Github workflowsnarimiran2020-04-281-8/+0
|
* use newer nodejs on Azure Pipelines (#14065)Miran2020-04-221-2/+2
|
* enable important_pkg on OSX (#13954)Timothee Cour2020-04-141-0/+4
| | | | | | | | | * enable important_pkg on OSX * disable some important_packages on OSX * fixup * enable nigui by installing dependency
* Test packages on Linux (#13921)Miran2020-04-081-2/+2
| | | | | * test important packages on Linux * enable chronos
* azure-pipelines: walkaround issues with triggers (#13657)alaviss2020-03-151-0/+9
| | | See https://status.dev.azure.com/_event/179641421
* azure-pipelines: use OSX 10.15 (was just enabled upstream) (#13546)Timothee Cour2020-03-131-2/+2
|
* enable testing -d:nimHasLibFFI mode (#13091)Timothee Cour2020-02-041-1/+3
|
* CI fix timeout error (#13134)Timothee Cour2020-01-151-148/+153
|
* attempt to add valgrind support to the CIs and testament (#12646)Andreas Rumpf2019-11-181-1/+1
| | | | | | * attempt to add valgrind support to the CIs and testament * valgrind (currently) works only on 64-bit Linux
* Switch mingw links (#12561)genotrance2019-10-311-1/+1
|
* azure-pipelines: add pipelines for linux, mac and winLeorize2019-10-031-0/+148
This is the equivalent to the current AppVeyor + Travis setup.