chore: set os and trampoline_script (#234)

This commit is contained in:
Graham Paye 2019-09-24 08:05:26 -07:00 committed by GitHub
parent 2cd6af174d
commit 356d8fcaa8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 50 additions and 0 deletions

View File

@ -13,3 +13,13 @@ env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
value: "github/google-auth-library-ruby/.kokoro/build.sh"
}
env_vars: {
key: "TRAMPOLINE_SCRIPT"
value: "trampoline_v1.py"
}
env_vars: {
key: "OS"
value: "linux"
}

View File

@ -1,3 +1,8 @@
# Format: //devtools/kokoro/config/proto/build.proto
build_file: "google-auth-library-ruby/.kokoro/osx.sh"
env_vars: {
key: "OS"
value: "osx"
}

View File

@ -13,7 +13,17 @@ env_vars: {
value: "github/google-auth-library-ruby/.kokoro/build.bat"
}
env_vars: {
key: "TRAMPOLINE_SCRIPT"
value: "trampoline_windows.py"
}
env_vars: {
key: "REPO_DIR"
value: "google-auth-library-ruby"
}
env_vars: {
key: "OS"
value: "windows"
}

View File

@ -12,3 +12,13 @@ env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
value: "github/google-auth-library-ruby/.kokoro/build.sh"
}
env_vars: {
key: "TRAMPOLINE_SCRIPT"
value: "trampoline_v1.py"
}
env_vars: {
key: "OS"
value: "linux"
}

View File

@ -1,3 +1,8 @@
# Format: //devtools/kokoro/config/proto/build.proto
build_file: "google-auth-library-ruby/.kokoro/osx.sh"
env_vars: {
key: "OS"
value: "osx"
}

View File

@ -13,7 +13,17 @@ env_vars: {
value: "github/google-auth-library-ruby/.kokoro/build.bat"
}
env_vars: {
key: "TRAMPOLINE_SCRIPT"
value: "trampoline_windows.py"
}
env_vars: {
key: "REPO_DIR"
value: "google-auth-library-ruby"
}
env_vars: {
key: "OS"
value: "windows"
}