mirror of
https://github.com/scummvm/dockerized-bb.git
synced 2026-05-21 05:40:49 +00:00
15 lines
321 B
Makefile
15 lines
321 B
Makefile
#BUILDBOT_VERSION :=
|
|
|
|
# Without toolchains/ part, all is a placeholder for all detected toolchains
|
|
TOOLCHAINS_ENABLED :=
|
|
TOOLCHAINS_BUILT :=
|
|
|
|
# Without workers/ part, all is a placeholder for all detected workers
|
|
WORKERS_ENABLED := all
|
|
WORKERS_BUILT :=
|
|
|
|
#DOCKER_REGISTRY :=
|
|
#DOCKER_SEPARATOR := :
|
|
|
|
|