chore: add repo variables configuration
This commit is contained in:
14
repo_variables.conf
Normal file
14
repo_variables.conf
Normal file
@@ -0,0 +1,14 @@
|
||||
# =============================================================================
|
||||
# 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"]
|
||||
Reference in New Issue
Block a user