Setup a Windows CI pipeline
boromir674 opened this issue · 0 comments
This issue is classified as "nice to have".
Our previous CI pipeline running on a Windows machine on the Appveyor server has been failing since we could not install the somoclu dependency. Our latest attempt to use conda to install somoclu using conda failed, since there is no conda "recipe" defined to build/compile and install somoclu for windows. See also commit 3e5681c3cf5cfec8d0c365f3030066986be6ccfe.
This issue is a reminder to try and re-establish this Windows based CI pipeline by trying to "manually" compile/build and install somoclu from source conda in order to install it (as so_magic depends on it).
Of cource after dependencies are install/statisfied we should also run the test suite as a minimum acceptance test for the CI job/build.