1
0
mirror of https://github.com/meineerde/rackstash.git synced 2026-02-01 01:37:12 +00:00

Output OS info in Appveyor builds

This commit is contained in:
Holger Just 2020-07-10 20:54:37 +02:00
parent f231d226d0
commit 12bf9b7ea8

View File

@ -43,6 +43,7 @@ init:
$env:PATH = "C:\Ruby" + $env:RUBY_VERSION + "\bin;" + $env:PATH
}
- systeminfo | findstr /B /C:"OS Name" /C:"OS Version"
- ps: if ($env:RUBY_VERSION.StartsWith("jruby-")) { jruby -v } else { ruby -v }
- gem -v
- bundle -v