1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/windows/cross-compile
Anthony Bilinski fd2997c2db
chore(CI): Disable online tests in all but one CI job
They're still slightly flaky even with insanely long timeouts, and even when not they waste a huge amount of our runner time sitting and waiting for the DHT to disconnect and reconnect.

Still run on our fedora job to get almost all of the benefit, plus AddressSanitizer is enabled there for better testing synergy.
2022-03-08 20:18:35 -08:00
..
build.sh chore(CI): Disable online tests in all but one CI job 2022-03-08 20:18:35 -08:00
README.md fix(docs): Correct Windows cross compile example command 2022-02-17 08:56:29 -08:00

Cross-compile from Linux to Windows

Usage

From the windows_builder/windows_builder.i686 docker image, run build.sh. NOTE: The arch argument must match the builder image

$ docker compose run windows_builder
# mkdir build-windows
# cd build-windows
# # Example is using --arch x86_64, --arch i686 should be used if you are in the i686 docker image
# /qtox/windows/cross-compile/build.sh --src-dir /qtox --arch x86_64 --build-type release