mirror of
https://github.com/inspec/inspec
synced 2025-02-17 06:28:40 +00:00
Merge pull request #1145 from chef/shain/windows_build_support
Enable builds on both Windows and *nix
This commit is contained in:
commit
f41458ee32
2 changed files with 3 additions and 3 deletions
|
@ -11,8 +11,8 @@ source 'https://rubygems.org'
|
|||
# gem 'omnibus-software', github: 'chef/omnibus-software', branch: 'ksubrama/ruby23'
|
||||
|
||||
# Use entries from chef's Gemfile
|
||||
gem 'omnibus', github: 'chef/omnibus'
|
||||
gem 'omnibus-software', github: 'chef/omnibus-software'
|
||||
gem 'omnibus', github: 'chef/omnibus', branch: 'sersut/ff-ksubrama/gcc_investigate'
|
||||
gem 'omnibus-software', github: 'chef/omnibus-software', branch: 'shain/ruby_windows_monster'
|
||||
gem 'license_scout', github: 'chef/license_scout'
|
||||
|
||||
# This development group is installed by default when you run `bundle install`,
|
||||
|
|
|
@ -44,5 +44,5 @@ build do
|
|||
gem "build #{name}.gemspec", env: env
|
||||
gem "install #{name}-*.gem --no-document", env: env
|
||||
|
||||
appbundle 'inspec'
|
||||
appbundle 'inspec', env: env
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue