def _run(self):
     return doPlatformParallel(self.run_command, self.env_config.platforms)
Beispiel #2
0
 def _run(self):
     return doPlatformParallel(self.run_command, self.env_config.platforms)
 def _run(self):
     return doPlatformParallel(self._code_sign, self.env_config.platforms)
Beispiel #4
0
 def _run(self):
     return doPlatformParallel(self._code_sign, self.env_config.platforms)