builder.braak.pro/config/master.cfg
Bart van der Braak 1c908c4b82
Some checks failed
Run checks / checks (push) Failing after 6s
Run checks / checks (pull_request) Failing after 6s
Add Make and Pipelines for checks
2024-11-19 18:21:16 +01:00

11 lines
227 B
Python

# -*- python -*-
# ex: set filetype=python:
import importlib
import os
import sys
sys.path.insert(0, os.path.expanduser("~/git/blender-devops/buildbot"))
import setup
importlib.reload(setup)
BuildmasterConfig = setup.setup()