summaryrefslogtreecommitdiff
path: root/.expeditor/buildkite/verify.ps1
diff options
context:
space:
mode:
Diffstat (limited to '.expeditor/buildkite/verify.ps1')
-rw-r--r--.expeditor/buildkite/verify.ps16
1 files changed, 4 insertions, 2 deletions
diff --git a/.expeditor/buildkite/verify.ps1 b/.expeditor/buildkite/verify.ps1
index cb4e5c8..4e94454 100644
--- a/.expeditor/buildkite/verify.ps1
+++ b/.expeditor/buildkite/verify.ps1
@@ -4,7 +4,7 @@ Get-CimInstance Win32_OperatingSystem | Select-Object $Properties | Format-Table
# Set-Item -Path Env:Path -Value ($Env:Path + ";C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin")
$Env:Path="C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\ruby26\bin;C:\ci-studio-common\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;C:\Users\ContainerAdministrator\AppData\Local\Microsoft\WindowsApps;C:\Go\bin;C:\Users\ContainerAdministrator\go\bin"
-
+$Env:RUBY_PLATFORM="windows"
ruby -v
bundle --version
@@ -16,8 +16,10 @@ bundle install --jobs=7 --retry=3 --without docs debug
echo "--- bundle env"
bundle env
-echo "+++ bundle exec rake"
+echo "+++ bundle exec rake compile"
bundle exec rake compile
+
+echo "+++ bundle exec rake compile"
bundle exec rake spec
exit $LASTEXITCODE \ No newline at end of file