personalrobotics / aikido

Artificial Intelligence for Kinematics, Dynamics, and Optimization

Home Page:https://personalrobotics.github.io/aikido/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use Azure Pipelines for CI

brianhou opened this issue · comments

Pros:

  • Faster than Travis (10 parallel builds, rather than 5; VMs may also just be better)
  • Longer build time limit (seems to be 6 hours, rather than 50 minutes)
  • Default Ubuntu image is Xenial

Cons:

  • We're currently using Travis

Before transitioning over, we should try setting up Azure Pipelines alongside Travis by making our scripts CI agnostic.

Addressed by #598