mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-05-21 17:29:37 +00:00
fix typo error
This commit is contained in:
parent
bb9817d730
commit
f667ec6a7b
@ -28,7 +28,7 @@ class CMake(Make):
|
|||||||
def makeTarget(self, target):
|
def makeTarget(self, target):
|
||||||
return 'cmake --build . --target ' + target
|
return 'cmake --build . --target ' + target
|
||||||
|
|
||||||
def makeCommand(self props):
|
def makeCommand(self, props):
|
||||||
command = [self.make()]
|
command = [self.make()]
|
||||||
|
|
||||||
cpus = multiprocessing.cpu_count()
|
cpus = multiprocessing.cpu_count()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user