fangohr / oommf

OOMMF source code in git repository
24 stars 7 forks source link

Move CI to travis.com / github workflows? #21

Closed fangohr closed 3 years ago

marijanbeg commented 3 years ago

This is now done in PR #25. There are two workflows:

  1. on-ubuntu-latest.yml: Installs and tests OOMMF on ubuntu-latest - no Docker.
  2. in-docker.yml: Installs and tests OOMMF inside Docker container

Things to review/do before closing:

marijanbeg commented 3 years ago

Dockerfile is now based on Ubuntu 20.04.

fangohr commented 3 years ago

Done with PR #25 - thanks Marijan.