Experimental project to test end to end development process : continuous integration, monitoring, cross-compilation, distributing, etc.

DricomDragon 2d9c00ddcf Merge branch 'new/windows-cross-compile' před 4 roky
.gitignore 385dc60964 Initial commit před 4 roky
LICENSE 385dc60964 Initial commit před 4 roky
README.md ffd5dc5aff Add cross compiling instruction před 4 roky
main.cpp 2747badefe Implement C++ hello world před 4 roky
makefile ad53f0a4d4 Add a target to compile every artifacts před 4 roky

README.md

HelloWorld

Experimental project to test end to end development process : continuous integration, monitoring, cross-compilation, distributing, etc.

Cross compilation

GNU/Linux

It is assumed that your are currently using a GNU/Linux distribution, so the default linux-compiler is g++ found in the environment.

Windows

You need the cross-compiler i686-w64-mingw32-g++-win32, you can install it in Debian :

sudo apt install g++-mingw-w64-i686