shimming-toolbox / shimming-toolbox-matlab

Code for performing real-time shimming using external MRI shim coils
GNU General Public License v3.0
16 stars 5 forks source link

CI and doc build #143

Closed jcohenadad closed 4 years ago

jcohenadad commented 4 years ago

Currently, we have:

ideally, we should centralize CI and doc build in Azure, having:

moreover, @mathieuboudreau has started to deploy unit testing scripts using runTestSuite() here https://github.com/shimming-toolbox/shimming-toolbox/pull/127, so i suggest we move to this testing framework (and get rid of MoxUnits, which was initially deployed having Octave compatibility in mind)

po09i commented 4 years ago

I actually fixed part of this yesterday, we have 2 azure pipelines:

What is left to do is remove the MoxUnits and set up the matlab unitTests in the azurePipelines YAML file.

jcohenadad commented 4 years ago

@po09i I understand this is now implemented, right? Can this issue be closed?

po09i commented 4 years ago

Not yet, this PR will close the issue.