Commit Graph

28 Commits

Author SHA1 Message Date
James Chen 4b4dc16030 Exports CC and CXX for gcc and clang. 2014-01-09 17:48:08 +08:00
James Chen c0195015c3 updates CC and CCX env variables 2014-01-09 17:26:33 +08:00
James Chen f14bbd59c9 Adding clang build for travis ci. 2014-01-09 17:16:09 +08:00
James Chen 6d6cbc98bb Update travis.yml, only build master and develop branch [ci skip] 2013-11-04 13:46:56 +08:00
James Chen 9b887e64a8 Update .travis.yml 2013-07-10 15:34:29 +08:00
Sam Clegg 58c3faf209 Cleanup travis build scripts.
before-install.sh and run-script.sh now both given an error if
no PLATFORM was not specified correctly.

Environment variables are now set as part of run-script.sh.  This
makes the travis output simpler and makes it possible to run
run-script.sh outside of travis.

javascript binding generation will not exit early if GH_USER
etc are not set.  This allows the travis scripts to be run in
cloned repos which were otherwise erroring out trying to go
the JS bindings commit.

When generating javascript bindgings, don't username and email
with '--global'.  It should be sufficient to set this only for
the binding repo.
2013-06-24 22:55:15 -07:00
James Chen af93901b60 Disabling travis-ci build for Native Client port since it doesn't supprt std::thread and std::mutex. 2013-06-24 10:22:21 +08:00
Sam Clegg 40766006bd [NaCl] Fix NaCl build which had been disabled.
Since switching to C++11 the NaCL build was disabled.
This re-enables the ARM configuration which uses a
more recent version of gcc.  This means that that NaCl
code paths will at least be test until we can find a way
to re-enable the X86 build.
2013-06-20 12:56:12 -07:00
James Chen 76188585b8 [emscripten] Updating .travis.yml, export environment variables for emscripten port. 2013-06-19 21:10:34 +09:00
minggo cd5bcb87af issue #2284: merge master and fixed some conflicts 2013-06-13 17:54:05 +08:00
James Chen 15f5538835 Adding travis-ci build for emscripten port. 2013-06-10 21:57:26 +08:00
James Chen b60faaf19c Disabling native client build in travis-ci.
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
2013-06-04 10:05:57 +08:00
James Chen 9339802407 Update .travis.yml, not only build master branch. 2013-05-21 18:06:49 +08:00
James Chen 21f435fdd6 [Travis] Adding Real email info for git. [ci skip] 2013-05-21 18:03:17 +08:00
James Chen 9257c4f4e8 Adding GEN_JSB env for Travis-ci to auto generate jsbinding glue codes. 2013-05-21 13:48:53 +08:00
James Chen 09221b8c26 Update .travis.yml 2013-05-21 13:24:27 +08:00
James Chen d98b13b096 Update .travis.yml 2013-05-21 13:15:03 +08:00
James Chen 868dc8fcd5 Update .travis.yml 2013-05-21 13:11:58 +08:00
James Chen 1797735cb1 Updating .travis.yml. 2013-05-21 12:51:56 +08:00
James Chen f86430aff4 Removing old secures. 2013-05-21 12:49:21 +08:00
James Chen 63e4d9720e Update .travis.yml 2013-05-20 23:38:42 +08:00
James Chen 505e4bc8dd Updating .travis.yml, adding GEN_JSB env. 2013-05-20 23:29:14 +08:00
James Chen 4d785fb28a Updating secure info in .travis.yml. 2013-05-20 22:55:46 +08:00
James Chen 1aad7e927d fixed #2105: Refactoring travis build script. 2013-05-13 20:43:28 +08:00
James Chen f35e96a9f8 fixed #2105: Adding Travis build support. Moving script to 'tools/travis-script'. 2013-05-13 15:18:18 +08:00
James Chen 00391997ae Travis only build master branch. 2013-05-10 16:01:07 +08:00
James Chen fe27a5f75d fixed #2142: Adding travis-ci support for android. 2013-05-10 15:15:56 +08:00
Sam Clegg 52791bd85d Add .travis.yml
This builds all libraries and examples in both debug
and release for Linux and NaCl platforms.

Add travis build status image to README.mdown.

Also, split the linux dependency installation into
its own script: install-deps-linux.sh
2013-04-29 16:46:51 -07:00