Only build Debug target in cibuild.
This commit is contained in:
parent
c1e2348695
commit
59293bc938
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ def main():
|
|||
if sys.platform != 'win32':
|
||||
run_script('pylint.py')
|
||||
run_script('coffeelint.py')
|
||||
run_script('build.py')
|
||||
run_script('build.py', ['-c', 'Debug'])
|
||||
run_script('test.py', ['--ci'])
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue