Skip to content

Commit

Permalink
Disabling native client build in travis-ci.
Browse files Browse the repository at this point in the history
Reason: Native client port doesn't support c++ 11 fully, it seems that it doesn't support lambda, please refer to https://github.com/cocos2d/cocos2d-x/blob/develop/samples/Cpp/TestCpp/Classes/ActionsTest/ActionsTest.cpp#L982
  • Loading branch information
James Chen committed Jun 4, 2013
1 parent ef4dd97 commit b60faaf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ env:
matrix:
- GEN_JSB=YES
- PLATFORM=linux DEBUG=1
- PLATFORM=nacl DEBUG=1
# Native client port doesn't support c++ 11 fully, it seems that it doesn't support lambda, please refer to https://github.com/cocos2d/cocos2d-x/blob/develop/samples/Cpp/TestCpp/Classes/ActionsTest/ActionsTest.cpp#L982
# - PLATFORM=nacl DEBUG=1
- PLATFORM=android
global:
- secure: |-
Expand Down

0 comments on commit b60faaf

Please sign in to comment.