mirror of
https://github.com/mullvad/mullvadvpn-app.git
synced 2026-03-13 10:22:35 +08:00
This automatically sets some arguments and env vars to how we want them in CI without having to repeat them in all workflows
38 lines
861 B
JSON
38 lines
861 B
JSON
{
|
|
"appteam-desktop": [
|
|
"building/Dockerfile",
|
|
"building/linux-container-image.txt",
|
|
"ci/buildserver-build.sh",
|
|
"ci/buildserver-config.sh",
|
|
"ci/cargo-ci.sh",
|
|
"ci/linux-repository-builder/**",
|
|
"ci/publish-app-to-repositories.sh",
|
|
"desktop/**",
|
|
"!desktop/packages/mullvad-vpn/locales",
|
|
"installer-downloader/**",
|
|
"mullvad-*/**",
|
|
"!mullvad-ios/**",
|
|
"!mullvad-jni/**",
|
|
"rustfmt.toml",
|
|
"rust-toolchain.toml",
|
|
"talpid-*/**",
|
|
"test/**",
|
|
"tunnel-obfuscation/**",
|
|
"windows/**",
|
|
"windows-installer/**",
|
|
"wireguard-go-rs/**"
|
|
],
|
|
"appteam-ios": [
|
|
".github/workflows/ios*",
|
|
"ci/ios/**",
|
|
"ios/**",
|
|
"mullvad-ios/**"
|
|
],
|
|
"appteam-android": [
|
|
"android/**",
|
|
"building/android-container-image.txt",
|
|
"ci/buildserver-build-android.sh",
|
|
"mullvad-jni/**"
|
|
]
|
|
}
|