Project

General

Profile

« Previous | Next » 

Revision 94196af2

Added by Ohad Levy almost 12 years ago

  • ID 94196af22da05aba15c706c508d2f05b1d383c90

[CI] hopefully now travis will behave

View differences:

Gemfile
local_gemfile = File.dirname(__FILE__) + "/Gemfile.local.rb"
if File.file?(local_gemfile)
puts "adding custom gem files"
self.instance_eval(Bundler.read_file(local_gemfile))
end
extras/ci/setup.sh
# install runtime C libs that are required:
sudo apt-get install -y libvirt-dev
echo "gem 'puppet' > $APP_ROOT/Gemfile.local.rb"
cat > $APP_ROOT/Gemfile.local.rb << EOF
gem 'facter'
gem 'puppet'
EOF

Also available in: Unified diff