Sha256: 17053d0b47d31132cc18e75fecda31a8b4727c5d25f6a30a10b0e16b7ac4ab49
Contents?: true
Size: 652 Bytes
Versions: 10
Compression:
Stored size: 652 Bytes
Contents
REM This file runs tests for merges, PRs, and nightlies. REM There are a few rules for what tests are run: REM * PRs run all non-acceptance tests for every library. REM * Merges run all non-acceptance tests for every library, and acceptance tests for all altered libraries. REM * Nightlies run all acceptance tests for every library. REM Currently only runs tests on 2.5.1 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%
Version data entries
10 entries across 10 versions & 1 rubygems