bmeaut / grainautline

GrainAutLine: image processing for geology and material sciences
GNU General Public License v3.0
0 stars 2 forks source link

Make GrainAutLine compile with both GCC and MSVC #87

Closed szotsaki closed 8 years ago

szotsaki commented 9 years ago

1.) Install Qt both with mingw32 and msvc-$(latest) support. 2.) Install Visual Studio Express $(latest). 3.) Compile GrainAutline and its test suite with the GCC toolchain from Qt Creator. 4.) Compile GrainAutline and its test suite with the MSVC toolchain from Qt Creator. 5.) Make Jenkins run these compilations automatically after each commit to the master (or dev) branch.

csorbakristof commented 8 years ago

(Finishing Sonar and setting up the AUT department Jenkins is more important than the MSVC toolchain, so that should be the last task of the semester.)

csorbakristof commented 8 years ago

done