I’m having an odd issue with one Travis Windows build and would’ve liked to run the build locally, so I could better inspect what’s going on. I’ve found guides for various setups, but haven’t found anything on how to run this locally.
Is there a way to run a Travis Windows build locally (through Docker or alike)?
For those interested:
Edit: I found the following articles, but haven’t gotten anything to work. It feels like I’m missing something here, like a proper documentation somewhere.
- https://gist.github.com/fulldecent/d84cd1abdcc6930865d1b862c4aed917 - What image would I need?
- https://stackoverflow.com/questions/21053657/how-to-run-travis-ci-locally/24936720#24936720 - How do I guess travis-build/travis-worker?