users icon indicating copy to clipboard operation
users copied to clipboard

WIP: Fix issues on Windows and add CI testing

Open ramereth opened this issue 3 years ago • 2 comments

ramereth avatar Mar 15 '21 21:03 ramereth

Afaik Windows was not a supported platform before, at least it was not in the supports or in the readme.

So super interesting that it worked before, but I suppose we will have to exclude some of the tests for Windows as test with a uid will never pass I think. Maybe we can try replacing that with a SID, although I am not sure if you are allowed to chose your own SID. I thought Windows always generated that.

frank-m avatar Mar 16 '21 07:03 frank-m

In the latest release from PR #467 I updated the CI pipeline and added windows but it failed due to some more linux specific settings in code. Looks to be more work that will need to go into supporting windows then just adding it to CI workflow.

Stromweld avatar Dec 03 '22 00:12 Stromweld