minggo
e234b1ed9a
disable travis building
2015-03-24 09:45:03 +08:00
James Chen
4f7b1deb75
remove travis ci notification by email
2014-12-02 15:26:55 +08:00
James Chen
15a850a24f
Disable clang build on linux temporarily since we're using "-stdlib=libc++ " which wasn't installed on travis machine.
2014-11-24 15:01:14 +08:00
James Chen
bd82c119b6
Updates travis.yml, adds email notification to @Minggo and @James
2014-05-13 21:26:25 +08:00
James Chen
91d684d077
Updates travis script to add mac host support
2014-05-12 21:55:11 +08:00
James Chen
8e9b84517b
Update .travis.yml, Travis ci only builds 'v3' branch
2014-04-28 10:20:42 +08:00
James Chen
124b18f53a
Re-add CocosRobot send bindings glue codes to cocos2d-x repo.
2014-03-10 18:13:39 +08:00
James Chen
dfdb6c4158
[travis ci] Adds 'for-each-file-in-dir.sh' for generating file list in cocos2d. CocosRobot will send a PR for that change.
2014-03-06 13:54:24 +08:00
James Chen
7e9a120e25
Fix travis build fails.
2014-02-27 16:23:38 +08:00
James Chen
e4837e7f94
issue #4116 : Removes script-bindings codes.
2014-02-26 21:34:06 +08:00
James Chen
a56b7e4f3f
closed #4020 : cocos_files.json should be auto-generated by CocosRobot.
2014-02-13 11:33:11 +08:00
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