2023-09-07 14:42:10 +02:00
|
|
|
# Checkout path is set to a fixed short value (e.g. c:\ws\src) to keep paths
|
|
|
|
# short as many tools break on Windows with paths longer than 250.
|
|
|
|
|
2023-10-05 15:37:06 +02:00
|
|
|
echo "start buildbot"
|
|
|
|
CC=cl CXX=cl LD=link buildbot-worker start /c/ws/buildbot
|