Auto DevOps build include only windows executables
I think auto build should include other builds, Linux and macos as well
At least for linux, everything is set up to package a release. I just got some paths wrong and got frustrated eventually. I haven't bothered with MacOS, but since Azure Pipelines supports building on MacOS it shouldn't be too hard.
Also the archive containing the build artifacts should have a nicer structure. At the moment the files are inside two useless subdirectories which I'd like to get rid of.
If I will find some time, I can help in auto build of macos version
@ataulien I have problem during `cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo ..`, do you know how can I solve that ?
Well, it works on my machine (tm). :wink:
Does it work in Debug or Release? Is OpenMP installed? If that's on a mac, I'm sorry, because I have no experience at all with MacOS. As far as I know, no one tried to build on that platform either.
By the way, we have a Gitter chatroom to discuss such things: https://gitter.im/REGoth/Lobby You can log in using your GitHub account.