Commit Graph

108 Commits

Author SHA1 Message Date
Robin Dunn
cf0086e09c Add another linux bb worker 2021-12-28 22:22:52 -08:00
Robin Dunn
d3bdb14365 * Add new macos workers
* Drop 3.6 and most 3.7 builders
* Drop all win32 builders, at least for now
* Add some Py3.10 builders
2021-12-17 15:32:21 -08:00
Christian Clauss
25ba122168 Fix typos discovered by codespell 2021-08-07 18:55:49 +02:00
Robin Dunn
137f998549 Update unpinned packages in the buildbots 2021-01-05 12:30:03 -08:00
Robin Dunn
2c9beabc69 Add buildbot builders for Python 3.9 2020-10-10 16:09:49 -07:00
Robin Dunn
ab38784ac7 Add building the wxPython docset to the buildbot job 2020-07-31 17:41:15 -07:00
Robin Dunn
28b710f19d Drop Py27 builds in the buildbot 2020-07-29 17:16:16 -07:00
Robin Dunn
42ff98a5e7 Add authentication rules to the BuildBot 2020-04-23 15:12:24 -07:00
Robin Dunn
f53a7f5d21 The web proxy is now set up correct, so we can drop the BB port number from the URL 2020-01-23 15:53:56 -08:00
Robin Dunn
993d6ada93 fix duplicate py36 builder 2019-12-05 13:00:50 -08:00
Robin Dunn
dc509b3d4b Add back the py35 dist builders, but commented out, so it's easier to get them back for 4.0.x builds if needed. 2019-10-29 11:41:57 -07:00
Robin Dunn
eb29be38a2 Allow the trigger builder to run on either linux worker 2019-10-29 11:34:01 -07:00
Robin Dunn
9f48533079 Fully clobber the workspace for the dist builds 2019-10-24 10:34:14 -07:00
Robin Dunn
edaf5c96d7 Add Py38 to buildbot, drop Py35 2019-10-21 22:05:08 -07:00
Robin Dunn
675e437188 Add build config tags 2019-09-18 20:32:19 -07:00
Robin Dunn
dbf38d9d24 Add missing dist builder.
Use 32-bit Python for win32 builds.
Add additional windows and linux workers.
2019-09-18 11:04:46 -07:00
Robin Dunn
8cd7531c06 A little more cleanup in the buildbot files 2019-09-17 18:25:24 -07:00
Robin Dunn
6cf07611d7 Update master.cfg for new BuildBot 2.4.1 server 2019-09-17 18:02:11 -07:00
Robin Dunn
4a506f82a6 Python2 doesn't have ClassMethodDescriptorType, but the build slaves are stuck on Py2 for now. 2019-09-14 19:03:41 -07:00
Robin Dunn
5f5245bc5d Buildbot fixes, and remove Py34 builders 2019-09-14 16:00:27 -07:00
Robin Dunn
93597dc3fb * Add Py36 and Py37 builds for GTK, remove Py35
* Switch to doing a full clean for all builders
2019-06-05 15:01:00 -07:00
Robin Dunn
849c70b09e Switch branch for the buildbot 2019-05-24 09:59:42 -07:00
Robin Dunn
ecbf517ed2 Merge pull request #860 from RobinD42/fix-issue857
Add builders for Python 3.7
(cherry picked from commit 430c61b1bf)
2018-05-19 19:26:03 -07:00
Robin Dunn
34630a5707 Add --gtk2 option.
Default to building for gtk3.
Keep --gtk3 flag for compatibility.
2017-08-14 15:31:17 -07:00
Robin Dunn
0d9a871424 Move OSX buildbot to a newer VM with a newer OSX and Xcode. 2017-08-11 15:44:32 -07:00
Robin Dunn
9c26b68783 Run the wxlib command for sdist builds 2017-08-03 16:43:22 -07:00
Robin Dunn
676db7b5d1 The pythonhosted.org site is terribly slow. Put the docs at docs.wxpython.org instead. 2017-06-03 18:03:21 -07:00
Robin Dunn
a695da7def Keep just the “dist-“ builders for Python 3.4 2017-05-25 11:05:06 -07:00
Robin Dunn
86db7983bd Revert 9b743cf and 5292f96 2017-05-25 10:50:25 -07:00
Robin Dunn
3c2d77ed69 Change sdist- builder names to dist- 2017-05-10 12:36:31 -07:00
Robin Dunn
35fa39208d Make the dist dir if it doesn’t exist 2017-05-07 11:45:29 -07:00
Robin Dunn
e895f1e87a fix comment 2017-05-06 17:20:34 -07:00
Robin Dunn
26457963c2 Add —relwithdebug flag for dist builds 2017-04-26 19:22:14 -07:00
Robin Dunn
cdf950c711 Add command to build a tarball containing the demo and samples 2017-04-04 14:19:30 -07:00
Robin Dunn
9b743cf383 Remove the rest of the py34 stuff I missed last time 2017-03-22 21:51:28 -07:00
Robin Dunn
5292f96b23 Remove the builders for Python 3.4 2017-03-22 21:46:35 -07:00
Robin Dunn
ed9b6ff0d5 Add builders and config for Py36 on Windows and OSX 2017-02-02 19:02:47 -08:00
Robin Dunn
bc5ccab926 Remove the vagrant builder for now,
there are some issues that need to be dealt with but it may be easier
to just do them by hand for now.
2016-12-15 14:16:43 -08:00
Robin Dunn
885eb2dd3f Add a builder to the buildbot for the vagrant builds 2016-12-09 17:41:10 -08:00
Robin Dunn
936cdb7a66 Source build needs to have a full build available to draw some files from. 2016-09-30 13:43:30 -07:00
Robin Dunn
47f1fd2761 Move the building of the docs to the Windows buildslave. 2016-09-23 19:24:38 -07:00
Robin Dunn
89dcaaec8f Move the wxpy and wxtools command into the wxlib command 2016-06-07 16:21:38 -07:00
Robin Dunn
f03b1157d9 The linux build slave has been updated. Remove the Python 3.3 builder and add builders for 3.4 and 3.5 2016-05-25 09:25:36 -07:00
Robin Dunn
3e3c3a41f9 More typos and other cleanup 2016-05-10 22:36:37 -07:00
Robin Dunn
51b2f0070b Add builders for gtk3 2016-03-02 20:21:25 -08:00
Robin Dunn
40e6a50219 Drop Py33 build on Windows, add Py35. 2016-02-28 00:45:54 -08:00
Robin Dunn
63f2f36003 Shift the py33 builders on OSX to build for Python 3.5 instead. 2015-12-01 18:46:58 -08:00
Robin Dunn
1ab07c4803 Move remaining OSX build (Py27) to the new VM. 2015-07-25 13:31:48 -07:00
Robin Dunn
71e8be7c9c cleanup some whitespace 2015-02-22 11:18:28 -08:00
Robin Dunn
bf1d309d25 Add a new buildslave and move some builds to it.
(Due to death of mac-mini.)
2015-02-21 11:13:44 -08:00