Skip to content

Commit

Permalink
Merge 0897d46 into 22d8a6e
Browse files Browse the repository at this point in the history
  • Loading branch information
miah committed Jul 23, 2019
2 parents 22d8a6e + 0897d46 commit 706e935
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .expeditor/buildkite/verify.ps1
@@ -0,0 +1,11 @@
echo "--- system details"
$Properties = 'Caption', 'CSName', 'Version', 'BuildType', 'OSArchitecture'
Get-CimInstance Win32_OperatingSystem | Select-Object $Properties | Format-Table -AutoSize
ruby -v
bundle --version

echo "--- bundle install"
bundle install --jobs=7 --retry=3 --without tools maintenance deploy

echo "+++ bundle exec rake"
bundle exec rake
11 changes: 11 additions & 0 deletions .expeditor/verify.pipeline.yml
Expand Up @@ -29,3 +29,14 @@ steps:
executor:
docker:
image: ruby:2.6-stretch

- label: run-tests-ruby-2.6-windows
command:
- /workdir/.expeditor/buildkite/verify.ps1
expeditor:
executor:
docker:
environment:
- BUILDKITE
host_os: windows
shell: ["powershell", "-Command"]

0 comments on commit 706e935

Please sign in to comment.