irfu / irfu-matlab

Matlab routines to work with space data, particularly with MMS and Cluster/CAA data. Also some general plasma routines.
59 stars 46 forks source link

[CI] Create .travis.yml #67

Closed thomas-nilsson-irfu closed 3 years ago

thomas-nilsson-irfu commented 3 years ago

Add a first test version of .travis.yml, Note: typically changes like this should be merged to "devel", not directly to "master". But according to my understanding of the CI/CD documentation it must be present in the default branch for TravisCI to detect it and use it. Related to commit ce08ba2cc8e5908325d9db385df77f3dfa021e9f.

thomas-nilsson-irfu commented 3 years ago

It a live!! It works.. I'm so happy!!

Note to self: the actual script "tests_before_release.m" would need some minor revisions so that it returns a non-zero exit code on failures, but the script does perform as expected for a recent Ubuntu VM. Log output is available at TravisCI: https://travis-ci.com/github/irfu/irfu-matlab/builds/216198505.

And it is of course free of charge for open source repositories. :)