20 lines
507 B
TOML
20 lines
507 B
TOML
# simple setup running CI @ localhost
|
|
# this means you need to manage python3 repos @ localhost by yourself!
|
|
# but this builds really fast, because no image fetch/ no update packages, just make !
|
|
|
|
concurrent = 2
|
|
check_interval = 0
|
|
|
|
[session_server]
|
|
session_timeout = 1800
|
|
|
|
[[runners]]
|
|
name = "nosignal.hopto.org"
|
|
url = "https://nosignal.hopto.org/gitlab/"
|
|
token = "A_GENERATED_TOKEN"
|
|
executor = "shell"
|
|
[runners.custom_build_dir]
|
|
[runners.cache]
|
|
[runners.cache.s3]
|
|
[runners.cache.gcs]
|