Trying out travis containers.

This commit is contained in:
Ben Vanik 2014-12-19 17:34:47 -08:00
parent b51d518b38
commit 51da704381
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
# Make Travis use docker (for faster builds, in theory)
sudo: false
language: cpp
compiler:
- clang

View File

@ -278,7 +278,7 @@ class SetupCommand(Command):
if (not os.path.exists('third_party/ninja/ninja') and
not os.path.exists('third_party/ninja/ninja.exe')):
print('- preparing ninja...')
os.chdir('third_party/wxWidgets')
os.chdir('third_party/ninja')
# Windows needs --x64 to force building the 64-bit ninja.
extra_args = ''
#if sys.platform == 'win32':