Trying out travis containers.
This commit is contained in:
parent
b51d518b38
commit
51da704381
|
@ -1,3 +1,6 @@
|
||||||
|
# Make Travis use docker (for faster builds, in theory)
|
||||||
|
sudo: false
|
||||||
|
|
||||||
language: cpp
|
language: cpp
|
||||||
compiler:
|
compiler:
|
||||||
- clang
|
- clang
|
||||||
|
|
|
@ -278,7 +278,7 @@ class SetupCommand(Command):
|
||||||
if (not os.path.exists('third_party/ninja/ninja') and
|
if (not os.path.exists('third_party/ninja/ninja') and
|
||||||
not os.path.exists('third_party/ninja/ninja.exe')):
|
not os.path.exists('third_party/ninja/ninja.exe')):
|
||||||
print('- preparing ninja...')
|
print('- preparing ninja...')
|
||||||
os.chdir('third_party/wxWidgets')
|
os.chdir('third_party/ninja')
|
||||||
# Windows needs --x64 to force building the 64-bit ninja.
|
# Windows needs --x64 to force building the 64-bit ninja.
|
||||||
extra_args = ''
|
extra_args = ''
|
||||||
#if sys.platform == 'win32':
|
#if sys.platform == 'win32':
|
||||||
|
|
Loading…
Reference in New Issue