Sha256: fc19802cc954c7a06000a7ec31261632cca3cc98379021edb2c2b216ac386ad1
Contents?: true
Size: 254 Bytes
Versions: 1
Compression:
Stored size: 254 Bytes
Contents
namespace :rc_pkg do desc 'Test creation and installation of both DEB and RPM rhoconnect packages.' task :test => ['build:deb', 'build:rpm'] do # Run installation test sudo ruby "installer/utils/nix_install_test.rb" end #:test end #:rc_pkg
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rhoconnect-3.0.2 | installer/utils/nix_installation.rake |