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:
parent
f231d226d0
commit
12bf9b7ea8
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user