summaryrefslogtreecommitdiff
path: root/.expeditor/buildkite
diff options
context:
space:
mode:
authorJaymala Sinha <jsinha@chef.io>2019-10-10 14:51:02 -0400
committerJaymala Sinha <jsinha@chef.io>2019-10-10 15:14:57 -0400
commit5460919d0313a53c8eb36aa7c98c9c87431f89ba (patch)
treecfe022082b127fa4e7d16d3ece4324bb570e3e0b /.expeditor/buildkite
parent95ee05bb6dca6788ecd6d3663e15a442abfe40ba (diff)
downloadffi-yajl-5460919d0313a53c8eb36aa7c98c9c87431f89ba.tar.gz
Fix verification tests
Signed-off-by: Jaymala Sinha <jsinha@chef.io>
Diffstat (limited to '.expeditor/buildkite')
-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