cheek
cheek copied to clipboard
Add Windows 64b build to CI
Add Windows 64b build to CI
Thanks for this @igitur. Where you able to test the binaries? I don't have access to a win machine.
We should prolly run tests against the architecture as well 🤔
I've been manually building the Windows binaries all the time and been using it for semi-production work. I wrap the cheek command in nssm so that it launches automatically when my server reboots.
But sure, after you release, I'll check again.
Will look into the tests too and update PR.
WDYT, should we add something like this to the tests job? And include it in this pr?
tests:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
Ok, it's a bit more work than that, because a lot of the test data includes sh -c ... kind of commands.