[Buildbot-commits] [buildbot/buildbot] b25c1f: steps: added support for VS2012 via msbuild
GitHub
noreply at github.com
Sun Sep 30 01:47:43 UTC 2012
Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: b25c1fe9341e87d279757b0245d3df10093d7f92
https://github.com/buildbot/buildbot/commit/b25c1fe9341e87d279757b0245d3df10093d7f92
Author: Oleg Smolsky <oleg at smolsky.net>
Date: 2012-09-25 (Tue, 25 Sep 2012)
Changed paths:
M master/buildbot/steps/vstudio.py
Log Message:
-----------
steps: added support for VS2012 via msbuild
- the step is called MsBuild as the same code would work for VS2010
(barring the environment variable name)
- this new step allows for building drivers as the new Windows Driver Kit 8 integrates into VS2012
(you can target Vista, Win7 and Win8)
Commit: 68bbc4888614efa05d93db0dd608557551a28325
https://github.com/buildbot/buildbot/commit/68bbc4888614efa05d93db0dd608557551a28325
Author: Oleg Smolsky <oleg at smolsky.net>
Date: 2012-09-27 (Thu, 27 Sep 2012)
Changed paths:
M master/buildbot/steps/vstudio.py
Log Message:
-----------
steps: refactored MsBuild step according to review comments
Commit: c4de44857247d5d2fdb670bf39a2be8101a71af8
https://github.com/buildbot/buildbot/commit/c4de44857247d5d2fdb670bf39a2be8101a71af8
Author: Oleg Smolsky <oleg at smolsky.net>
Date: 2012-09-27 (Thu, 27 Sep 2012)
Changed paths:
M master/buildbot/steps/vstudio.py
Log Message:
-----------
steps: removed junk from an old rev (proper merge)
Commit: 3e2cd7e5c7fea30f2ac8e14a59a55bef048098b8
https://github.com/buildbot/buildbot/commit/3e2cd7e5c7fea30f2ac8e14a59a55bef048098b8
Author: Oleg Smolsky <oleg at smolsky.net>
Date: 2012-09-27 (Thu, 27 Sep 2012)
Changed paths:
M master/buildbot/steps/vstudio.py
Log Message:
-----------
steps: removed another couple of uneeded changes
Commit: a2078a2a182d3ca6fbaca909b049c020e58558ed
https://github.com/buildbot/buildbot/commit/a2078a2a182d3ca6fbaca909b049c020e58558ed
Author: Oleg Smolsky <oleg at smolsky.net>
Date: 2012-09-28 (Fri, 28 Sep 2012)
Changed paths:
M master/buildbot/steps/vstudio.py
Log Message:
-----------
MsBuild: minor cleanups
Commit: f0cb6b16569bff16d3a1458c89bb4fc42c1ca2eb
https://github.com/buildbot/buildbot/commit/f0cb6b16569bff16d3a1458c89bb4fc42c1ca2eb
Author: Oleg Smolsky <oleg at smolsky.net>
Date: 2012-09-29 (Sat, 29 Sep 2012)
Changed paths:
M master/buildbot/test/unit/test_steps_vstudio.py
Log Message:
-----------
msbuild: added a minimal unit test
Commit: a81f829f789defcb61f726d38427dd3b9144027d
https://github.com/buildbot/buildbot/commit/a81f829f789defcb61f726d38427dd3b9144027d
Author: Oleg Smolsky <oleg at smolsky.net>
Date: 2012-09-29 (Sat, 29 Sep 2012)
Changed paths:
M master/docs/manual/cfg-buildsteps.rst
Log Message:
-----------
steps: extended docs with MsBuild details
Commit: 6974f038836fd7411e8ac9999d8695a04e5b9098
https://github.com/buildbot/buildbot/commit/6974f038836fd7411e8ac9999d8695a04e5b9098
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2012-09-29 (Sat, 29 Sep 2012)
Changed paths:
M master/buildbot/steps/vstudio.py
M master/docs/manual/cfg-buildsteps.rst
Log Message:
-----------
pyflakes and whitespace
Commit: b2fd75b4c9c2119886208396733242973e9bf426
https://github.com/buildbot/buildbot/commit/b2fd75b4c9c2119886208396733242973e9bf426
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2012-09-29 (Sat, 29 Sep 2012)
Changed paths:
M master/buildbot/steps/vstudio.py
M master/buildbot/test/unit/test_steps_vstudio.py
M master/docs/manual/cfg-buildsteps.rst
Log Message:
-----------
Merge branch 'pull532'
Compare: https://github.com/buildbot/buildbot/compare/83c32a70fa07...b2fd75b4c9c2
More information about the Commits
mailing list