Closed fangohr closed 3 years ago
This is now done in PR #25. There are two workflows:
on-ubuntu-latest.yml
in-docker.yml
Makefile
.travis.yml
Things to review/do before closing:
Dockerfile is now based on Ubuntu 20.04.
Done with PR #25 - thanks Marijan.
This is now done in PR #25. There are two workflows:
on-ubuntu-latest.yml
: Installs and tests OOMMF on ubuntu-latest - no Docker.in-docker.yml
: Installs and tests OOMMF inside Docker containerMakefile
..travis.yml
is removed.Things to review/do before closing:
on-ubuntu-latest.yml
?