-
-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setup Github Actions for Windows build #223
Comments
Hello @pktiuk, I think I can help with both the tasks and I would like to work on this. I looked in the linked issues (#4) and it seems now the app compiles well on Windows. If that is the case then it won't take much time for the first task. (dependency issue may stretch the duration, typical Windows 😢 ) The second task however is dependent on the CPack (or any other configuration this project uses for packaging), I couldn't find a clear indication for that but I may be able to work that out too. Please let me know if I missed anything. |
Hello @avinal It would be great :)
According to the second part of this task, it is linked with issue: #237 (updated issue description because it was not clear) |
I looked into your implementation and I think it is pretty much complete except for some dependencies and flags. I modified it a bit and it is working (partially) . It is generating an error https://github.com/AntiMicroX/antimicrox/blob/master/CMakeLists.txt#L47 line. I also researched a bit and found people suggesting not to use |
set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -Wall -g -O0 -rdynamic -fno-omit-frame-pointer") |
Now everything should work fine. |
Done PR #260 |
TODO:
I am looking for help with this one
The text was updated successfully, but these errors were encountered: