
Tue, May 12, 2020
Multi-OS build with Appveyor and Travis CI
And it also allows C compiling to binary, as long as you can get the right setup.
I use this with Node better-sqlite3, where prebuilt binary for Windows is not working (with Electron), and I am running development on MacOS.
patarapolw/rep2recall - .travis.yml
Repeat until recall. Aims to be more powerful Anki alternative. - patarapolw/rep2recall
patarapolw/rep2recall - appveyor.yml
Repeat until recall. Aims to be more powerful Anki alternative. - patarapolw/rep2recall
This is also a possibility with Python PyInstaller
/ py2exe
/ py2app
, and Golang with cgo.
Not yet sure about packaging Java…