depaul-dice / sciunit

BSD 3-Clause "New" or "Revised" License
1 stars 4 forks source link

Migrate from BitBucket Pipelines to GitHub Actions #6

Open moazreyad opened 1 year ago

moazreyad commented 1 year ago

Since SciUnit is moved to GitHub, it can start using Github Actions to automatically run the unit tests when required (for example, with each pull request).

sranasir commented 1 year ago

Issue resolved with merging PR #7

moazreyad commented 1 year ago

To completely remove bitbucket pipelines (https://github.com/depaul-dice/sciunit/blob/master/bitbucket-pipelines.yml), there are two questions:

  1. should we also create actions for Ubuntu 16.04 and Ubuntu 18.04? or they are too old and we can simply drop the support for them?
  2. For CentOS: I couldn't find (geotrust/devtoolset:centos6.devtoolset-4) in docker hub (https://hub.docker.com/r/geotrust/build-essential/tags).
sranasir commented 1 year ago

Need to work on updating for Ubuntu 22.04.