cue: quiet down chocolatey installation
This commit is contained in:
@@ -686,7 +686,7 @@ class TestSetupForBuild(unittest.TestCase):
|
||||
args = Namespace(paths=[])
|
||||
cue.building_base = True
|
||||
if ci_os == 'windows':
|
||||
sp.check_call(['choco', 'install', 'make', 'strawberryperl'])
|
||||
sp.check_call(['choco', 'install', 'make', 'strawberryperl', '-ry'])
|
||||
|
||||
def setUp(self):
|
||||
if ci_service == 'appveyor':
|
||||
|
||||
2
cue.py
2
cue.py
@@ -867,7 +867,7 @@ USR_CXXFLAGS += {0}'''.format(os.environ['USR_CXXFLAGS'])
|
||||
|
||||
if ci['os'] == 'windows' and ci['choco']:
|
||||
fold_start('install.choco', 'Installing CHOCO packages')
|
||||
sp.check_call(['choco', 'install'] + ci['choco'])
|
||||
sp.check_call(['choco', 'install'] + ci['choco'] + ['-y', '--limitoutput', '--no-progress'])
|
||||
fold_end('install.choco', 'Installing CHOCO packages')
|
||||
|
||||
if ci['os'] == 'linux' and ci['apt']:
|
||||
|
||||
Reference in New Issue
Block a user