amidaware / rmmagent

Tactical RMM Agent
https://github.com/amidaware/tacticalrmm
Other
129 stars 75 forks source link

Refactor debug #13

Closed redanthrax closed 2 years ago

redanthrax commented 2 years ago

added to readme for windows build removed test code from main code fixed windows build tested builds on windows and linux

wh1te909 commented 2 years ago

i added a workflow to make sure agent compiles https://github.com/amidaware/rmmagent/blob/develop/.github/workflows/ci.yml

btw you can cross compile with go (I compile the windows agents on linux)

wh1te909 commented 2 years ago

once u get tests added u can add the go test or whatever command to that workflow file