mirror of https://github.com/axmolengine/axmol.git
Disabling travis-ci build for Native Client port since it doesn't supprt std::thread and std::mutex.
This commit is contained in:
parent
62902ad212
commit
af93901b60
|
@ -6,7 +6,8 @@ env:
|
|||
- PLATFORM=linux DEBUG=1
|
||||
# Since switching to C++11 only the ARM version of the nactive client
|
||||
# port currently builds. TODO(sbc): Re-enable all architectures.
|
||||
- PLATFORM=nacl DEBUG=1 NACL_ARCH=arm
|
||||
# Disabled travis-ci build for native client port since it doesn't support std::thread, std::mutex.
|
||||
# - PLATFORM=nacl DEBUG=1 NACL_ARCH=arm
|
||||
- PLATFORM=android
|
||||
- PLATFORM=emscripten DEBUG=1
|
||||
global:
|
||||
|
|
Loading…
Reference in New Issue