gearman / gearmand

http://gearman.org/
Other
727 stars 138 forks source link

More refinements to GitHub Actions CI #363

Closed esabol closed 1 year ago

esabol commented 1 year ago

This pull request makes the following changes to the GitHub Actions CI:

  1. Made the indentation of the run statements consistent.
  2. Corrected the misspellings of Ubuntu in the configuration matrix. (How embarrassing!)
  3. Added gcc version to matrix.config.cc and matrix.config.cxx settings and removed matrix.config.tag from the CC and CXX environment variables.
  4. Use a case statement when installing prerequisite packages in order to facilitate future expansion of the GitHub Actions CI to non-Ubuntu platforms in the future.
  5. Renamed the GitHub Actions CI file to the more common ci.yml.