Travis: Build in release/debug

This commit is contained in:
Dr. Chat
2017-02-17 23:50:55 -06:00
parent 2dc1530fdd
commit 5fb16b5bfa
2 changed files with 8 additions and 8 deletions

View File

@@ -559,7 +559,7 @@ class BaseBuildCommand(Command):
*args, **kwargs)
self.parser.add_argument(
'--config', choices=['checked', 'debug', 'release'], default='debug',
help='Chooses the build configuration.')
type=str.lower, help='Chooses the build configuration.')
self.parser.add_argument(
'--target', action='append', default=[],
help='Builds only the given target(s).')