builder.braak.pro/config/master.cfg
Bart van der Braak 4b225b6e61
Some checks failed
Run checks / checks (pull_request) Failing after 6s
Setup python and make
2024-11-19 20:46:05 +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()