2018-11-08 19:00:19 +00:00
|
|
|
REM This file runs tests for merges, PRs, and nightlies.
|
|
|
|
|
2019-04-12 00:28:00 +00:00
|
|
|
SET url="https://raw.githubusercontent.com/googleapis/google-cloud-ruby/master/.kokoro/build.bat"
|
|
|
|
|
|
|
|
SET "download=powershell -C Invoke-WebRequest -Uri %url% -OutFile master-build.bat"
|
|
|
|
|
|
|
|
SET EXIT_STATUS=1
|
|
|
|
|
|
|
|
%download% && master-build.bat && SET EXIT_STATUS=0
|
|
|
|
|
|
|
|
EXIT %EXIT_STATUS%
|