flexible-collision-library / fcl

Flexible Collision Library
https://flexible-collision-library.github.io/
Other
1.39k stars 417 forks source link

Replace Travis CI with Github Actions #596

Closed SeanCurtis-TRI closed 1 year ago

SeanCurtis-TRI commented 1 year ago

As travis-ci is no more, we're moving to github actions. The change of platform has led to the following changes in CI:

  1. Ubuntu is moving from bionic to focal. With corresponding changes to g++ and clang++ versions.
  2. Mac is moving from xcode 11.3 to 13.2
  3. To save CI budget, we're not exercising coveralls. It may be returned.

This change is Reviewable