mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-04-28 22:54:33 +00:00
fix cmake command
This commit is contained in:
parent
616cfdb735
commit
c92aeb35ee
@ -15,12 +15,12 @@ class CMake(Make):
|
||||
return "C"
|
||||
|
||||
def mainCmd(self):
|
||||
command = [
|
||||
options = [
|
||||
'cmake',
|
||||
"-B cmake_build"
|
||||
]
|
||||
|
||||
return command
|
||||
return ' '.join(options)
|
||||
|
||||
def make(self):
|
||||
return 'cmake --build cmake_build --target all'
|
||||
|
Loading…
x
Reference in New Issue
Block a user