Sha256: 3da47f5d4c206ed16c160c505dd2e53ce52c06e79c101bc701fc5bdb07bb92c1
Contents?: true
Size: 249 Bytes
Versions: 9
Compression:
Stored size: 249 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 ruby "installer/utils/nix_install_test.rb" end #:test end #:rc_pkg
Version data entries
9 entries across 9 versions & 1 rubygems