Lines Matching +full:- +full:yqq
21 'clang-3.4' : {
22 'ppa' : ["ppa:h-rayflood/llvm"],
23 'package' : 'clang-3.4',
24 'command' : 'clang++-3.4',
28 'clang-3.5' : {
29 'ppa' : ["ppa:h-rayflood/llvm"],
30 'package' : 'clang-3.5',
31 'command' : 'clang++-3.5',
35 'clang-3.6' : {
36 'ppa' : ["ppa:h-rayflood/llvm"],
37 'package' : 'clang-3.6',
38 'command' : 'clang++-3.6',
42 'clang-3.7' : {
43 'deb' : ["http://apt.llvm.org/trusty/","llvm-toolchain-trusty-3.7","main"],
44 'apt-key' : ['http://apt.llvm.org/llvm-snapshot.gpg.key'],
45 'package' : 'clang-3.7',
46 'command' : 'clang++-3.7',
50 'clang-3.8' : {
51 'deb' : ["http://apt.llvm.org/trusty/","llvm-toolchain-trusty-3.8","main"],
52 'apt-key' : ['http://apt.llvm.org/llvm-snapshot.gpg.key'],
53 'package' : 'clang-3.8',
54 'command' : 'clang++-3.8',
58 'clang-3.9' : {
59 'deb' : ["http://apt.llvm.org/trusty/","llvm-toolchain-trusty-3.9","main"],
60 'apt-key' : ['http://apt.llvm.org/llvm-snapshot.gpg.key'],
61 'package' : 'clang-3.9',
62 'command' : 'clang++-3.9',
66 'clang-4.0' : {
67 'deb' : ["http://apt.llvm.org/trusty/","llvm-toolchain-trusty-4.0","main"],
68 'apt-key' : ['http://apt.llvm.org/llvm-snapshot.gpg.key'],
69 'package' : 'clang-4.0',
70 'command' : 'clang++-4.0',
74 'clang-5.0' : {
75 'deb' : ["http://apt.llvm.org/trusty/","llvm-toolchain-trusty-5.0","main"],
76 'apt-key' : ['http://apt.llvm.org/llvm-snapshot.gpg.key'],
77 'package' : 'clang-5.0',
78 'command' : 'clang++-5.0',
82 'clang-6.0' : {
83 'deb' : ["http://apt.llvm.org/trusty/","llvm-toolchain-trusty-6.0","main"],
84 'apt-key' : ['http://apt.llvm.org/llvm-snapshot.gpg.key'],
85 'package' : 'clang-6.0',
86 'command' : 'clang++-6.0',
90 'gcc-4.7' : {
91 'ppa' : ["ppa:ubuntu-toolchain-r/test"],
92 'package' : 'g++-4.7',
93 'command' : 'g++-4.7',
97 'gcc-4.8' : {
98 'bin' : 'gcc-4.8',
99 'ppa' : ["ppa:ubuntu-toolchain-r/test"],
100 'package' : 'g++-4.8',
101 'command' : 'g++-4.8',
105 'gcc-4.9' : {
106 'ppa' : ["ppa:ubuntu-toolchain-r/test"],
107 'package' : 'g++-4.9',
108 'command' : 'g++-4.9',
112 'gcc-5.1' : {
113 'ppa' : ["ppa:ubuntu-toolchain-r/test"],
114 'package' : 'g++-5',
115 'command' : 'g++-5',
119 'gcc-5' : {
120 'ppa' : ["ppa:ubuntu-toolchain-r/test"],
121 'package' : 'g++-5',
122 'command' : 'g++-5',
126 'gcc-6' : {
127 'ppa' : ["ppa:ubuntu-toolchain-r/test"],
128 'package' : 'g++-6',
129 'command' : 'g++-6',
133 'gcc-7' : {
134 'ppa' : ["ppa:ubuntu-toolchain-r/test"],
135 'package' : 'g++-7',
136 'command' : 'g++-7',
140 'gcc-8' : {
141 'ppa' : ["ppa:ubuntu-toolchain-r/test"],
142 'package' : 'g++-8',
143 'command' : 'g++-8',
147 'mingw-5' : {
152 'mingw64-6' : {
154 … 'command' : 'C:\\\\mingw-w64\\\\x86_64-6.3.0-posix-seh-rt_v5-rev1\\\\mingw64\\\\bin\\\\g++.exe',
157 'vs-2008' : {
162 'vs-2010' : {
167 'vs-2012' : {
172 'vs-2013' : {
177 'vs-2015' : {
182 'vs-2017' : {
187 'xcode-6.1' : {
192 'xcode-6.2' : {
197 'xcode-6.3' : {
202 'xcode-6.4' : {
207 'xcode-7.0' : {
212 'xcode-7.1' : {
217 'xcode-7.2' : {
222 'xcode-7.3' : {
227 'xcode-8.0' : {
232 'xcode-8.1' : {
237 'xcode-8.2' : {
242 'xcode-8.3' : {
247 'xcode-9.0' : {
252 'xcode-9.1' : {
257 'xcode-9.2' : {
262 'xcode-9.3' : {
267 'xcode-9.4' : {
272 'xcode-10.0' : {
295 t = time.time()-t
345 os.system( 'rm -f -r "%s"' % path )
349 for attempts in range( max_attempts, -1, -1 ):
399 # workaround what appears to be a Win32-specific bug in 'tarfile'
411 if destination_file_path[-1] == "/": # directory
425 with codecs.open( filename, 'w', 'utf-8' ) as f:
430 with codecs.open( filename, 'a', 'utf-8' ) as f:
436 utils.call("top","-l","1","-s","0","-n","0")
438 utils.call("free","-m","-l")
447 with codecs.open(os.path.join(boost_root,'Jamroot'), 'r', 'utf-8') as f:
460 This clone mimicks the way Travis-CI clones a project's repo. So far
461 Travis-CI is the most limiting in the sense of only fetching partial
469 "--depth=1",
470 "--branch=%s"%(branch),
477 # "--depth=1", # Can't do depth as we get merge errors.
478 "--quiet","--no-recurse-submodules")
480 utils.check_call("git","checkout","-qf",commit)
485 utils.check_call('ls','-la',os.path.join('.git','modules'))
487 utils.check_call("git","submodule","--quiet","update",
488 "--quiet","--init","--recursive",
490 utils.check_call("git","submodule","--quiet","foreach","git","fetch")
529 opt.add_option( '--debug-level',
532 opt.add_option( '-j',
535 opt.add_option('--branch')
536 opt.add_option('--commit')
580 action_m = "command_"+action.replace('-','_')
593 cmd = ['b2','--debug-configuration', '-j%s'%(self.jobs)]
639 python path-to/library_test.py --branch=develop [--repo=mylib] ...
675 This variant build releases in the context of the Travis-CI service.
704 'sudo','add-apt-repository','--yes',ppa)
708 "deb-src %s"%(' '.join(info['deb'])))
709 utils.check_call('sudo','bash','-c','cat sources.list >> /etc/apt/sources.list')
710 if 'apt-key' in info:
711 for key in info['apt-key']:
712 utils.check_call('wget',key,'-O','apt.key')
713 utils.check_call('sudo','apt-key','add','apt.key')
715 'sudo','apt-get','update','-qq')
717 'sudo','apt-get','install','-qq',info['package'])
720 'sudo','apt-get','install','-qq',info['debugpackage'])
722 # Travis-CI commands in the order they are executed. We need
776 utils.check_call('sudo','apt-get','-qq','update')
778 utils.check_call("pip","install","--user","PyYAML")
782 utils.check_call("git","submodule","update","--quiet","--init","--recursive")
788 utils.check_call('sudo','-E','apt-get','-yqq','update')
789 utils.check_call('sudo','apt-get','-yqq','purge','texlive*')
792 utils.check_call('sudo','apt-get','-yqq',
793 '--no-install-suggests','--no-install-recommends','--force-yes','install',
852 utils.check_call("git","submodule","update","--quiet","--init","--recursive")