15 lines
650 B
Plaintext
15 lines
650 B
Plaintext
# =============================================================================
|
|
# repo_variables.conf — Gitea Actions Repository Variables (INI format)
|
|
# Generated from GitHub repo settings. Edit as needed.
|
|
# Used by phase11_custom_runners.sh to set per-repo CI dispatch variables.
|
|
# See repo_variables.conf.example for field reference.
|
|
# =============================================================================
|
|
|
|
[augur]
|
|
CI_RUNS_ON = ["self-hosted","Linux","X64"]
|
|
|
|
[periodvault]
|
|
CI_RUNS_ON = ["self-hosted","Linux","X64"]
|
|
CI_RUNS_ON_MACOS = ["self-hosted","macOS","ARM64"]
|
|
CI_RUNS_ON_ANDROID = ["self-hosted","Linux","X64","android-emulator"]
|