gitopscli icon indicating copy to clipboard operation
gitopscli copied to clipboard

Develop with Microsoft Windows

Open robert-groensfeld opened this issue 3 years ago • 1 comments

Windows users will have a hard time to build and run this project. Reasons:

  • Make is used as build system
  • Some locations depending on the host system (such as the directory for temporary files) are expressed as string literals
  • Some paths do not use separators of the host system
  • …?

robert-groensfeld avatar Oct 10 '22 14:10 robert-groensfeld

You could use Gitpod: https://gitpod.io/#https://github.com/baloise/gitopscli

christiansiegel avatar Oct 21 '22 12:10 christiansiegel