builder.braak.pro/config/master.cfg
Bart van der Braak 135cfccd41
Some checks failed
Run checks / checks (pull_request) Failing after 8s
Setup python and make
2024-11-19 20:34:18 +01:00

8 lines
153 B
Python

# -*- python -*-
# ex: set filetype=python:
import importlib
import os
import sys
import setup
importlib.reload(setup)
BuildmasterConfig = setup.setup()