CI, Esteban, pharo-vm, . .
, c:\phs, . :
set(topDir "c:/phs/")
set(buildDir "c:/phs/build")
set(thirdpartyDir "${buildDir}/thirdparty")
set(platformsDir "c:/phs/platforms")
set(srcDir "c:/phs/src")
set(srcPluginsDir "${srcDir}/plugins")
set(srcVMDir "${srcDir}/vm")
set(platformName "win32")
set(targetPlatform ${platformsDir}/${platformName})
set(crossDir "${platformsDir}/Cross")
set(platformVMDir "${targetPlatform}/vm")
set(outputDir "c:/phs/results")
, , , CI. c:\phs\build\CMakeLists.txt :
- -march =... ( , )
- -g0,
- -O2 ()
- -DNDEBUG
- -DDEBUGVM = 0 -DDEBUGVM = 1
, , script
cd /c/phs/build
bash build.sh