Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-04-27Changes to get mingw buildslaves going.Nathan Letwory
2012-02-26Disable fancy scons output for buildbot. Should make reading build logs a ↵Sergey Sharybin
bit more easier.
2012-02-14Buildbot: another attempt to make Windows builds support CUDASergey Sharybin
Set BF_CYCLES_CUDA_NVCC to nvcc.exe, hopefully it's on search path at builder machine.
2012-02-14Buildbot: enable building CUDA binaries on Windows slaves.Sergey Sharybin
Should make CUDA available for rendering in buildbot builds.
2011-08-22FFmpeg library update:Sergey Sharybin
- Update scons/cmake rules to use new versions of libs/dlls. - Update rules for buildbot.
2011-08-08add missing header to cmake files (else some IDE's wont index it)Campbell Barton
2011-08-03Add BF_BITNESS for win32/win64Nathan Letwory
2011-08-03Fixing terrible typo.Sergey Sharybin
2011-08-03Switch windows buildbot to new FFmpeg 0.8.1.Sergey Sharybin
Hope it'll work because i haven't got buildbot slave by hand.
2011-06-04Fix for linux buildslaves. Now they should be able to compile branches.Sergey Sharybin
2011-06-04BuildBot: various changes to support building branches.Brecht Van Lommel
2011-04-17buildbot:Sergey Sharybin
Use BF_NUMJOBS from user cinfigs rather than passing it as command line argument.
2011-04-17buildbot:Sergey Sharybin
- use cores+1 threads - do not clean build directories - separate build directories for blender and blenderplayer This should make compilation much faster and buildbot rebuild tag could happen more often
2011-04-02pep8 fixes for buildbotSergey Sharybin
2011-04-02Initial support of linux 32/64 bit for buildbot:Sergey Sharybin
- Use the same config as we're using for release builds - Added stipping (maybe it should be generalized) - Not software gl packing, bot would be easy to add Note, that you should have special environment to create proper linux builts (which would work for everybody)
2011-03-27pep8 cleanupCampbell Barton
2011-03-22Buildbot master tweaks: use generic builder for scons win32, unpack fixes.Brecht Van Lommel
2011-03-22Buildbot updates: working windows scons build, and run slave_*.py scriptsBrecht Van Lommel
to compile/test/package directly from svn, easier to make changes this way.