Home | History | Annotate | Download | only in build

Lines Matching refs:buildType

16 	def __init__ (self, buildDir, buildType, args, srcPath = DEQP_DIR):
19 self.buildType = buildType
29 return self.buildType
43 def getGenerateArgs (self, buildType):
46 args.append('-DCMAKE_BUILD_TYPE=%s' % buildType)
49 def getBuildArgs (self, buildType):
52 args += ['--config', buildType]
57 def getBinaryPath (self, buildType, basePath):
87 def getBinaryPath (self, buildType, basePath):
88 return os.path.join(os.path.dirname(basePath), buildType, os.path.basename(basePath) + ".exe")