ethereum / ethereum-buildbot

Ethereum Buildbot
https://build.ethdev.com/waterfall
MIT License
32 stars 36 forks source link

Integrate new Windows cmake-build #19

Closed sveneh closed 9 years ago

sveneh commented 9 years ago

@debris got the windows build cmake-ified. It's currently in https://github.com/ethereum/cpp-ethereum/tree/build_enhancement but will be merged to develop soon.

The Windows build slave will now be much closer to the unix/mac buildslave.

To build under windows, the steps are now:

#setup visual studio build env
call "%VS120COMNTOOLS%\..\..\VC\vcvarsall.bat" 

git clone cpp-etherem, checkout branch

# to download all dependencies
cd cpp-ethereum/extdep
cmake .
msbuild.exe project.sln

cd ..
cmake .
msbuild.exe project.sln

the previous script in the windows directory is gone.

@caktux, can you prepare the windows build slave so that it will know about the new build environment?

caktux commented 9 years ago

@nicksavers is maintaining the Windows buildslave, we'd also have to close #15 while doing this. I'll help Nick with it but I'm totally unfamiliar with the Windows builds.

nicksavers commented 9 years ago

Buildslave and buildbot script have been updated for the new system http://build.ethdev.com/builders/Windows%20C%2B%2B%20develop%20branch