urho3d-travis-ci
70049ba582
Travis CI: bump copyright to 2018.
...
[cache clear]
2018-01-01 05:35:37 +00:00
Yao Wei Tjong 姚伟忠
08b838022b
Add CMake messages for deprecated build option usage.
2017-12-15 23:32:46 +08:00
Yao Wei Tjong 姚伟忠
912df7381c
Remove support for VS 2013.
2017-12-15 23:13:21 +08:00
Yao Wei Tjong 姚伟忠
21ed39fad6
Remove support for old Visual Studio versions.
...
Only newer versions that can handle C++11 features are supported now.
2017-10-26 22:52:15 +08:00
Yao Wei Tjong 姚伟忠
e0df869ec3
For CI - add debug builds for Android-CI.
2017-09-07 21:56:58 +08:00
Yao Wei Tjong 姚伟忠
6acff357c5
For CI - cache the whole initial build tree for OSX-CI builds.
...
Close #2095
2017-09-04 21:33:47 +08:00
Yao Wei Tjong 姚伟忠
be87f315f2
For CI - misc. post-mortem fixes.
2017-08-20 16:43:33 +08:00
Yao Wei Tjong 姚伟忠
848f52fbe9
For CI - attempt to implement the conditional build stage on our own.
...
This is to fix packaging build on OSX build environment where they were running out of time in the absense of the pre-cache stage.
[ci package] test that it does not trigger on a branch.
2017-08-14 09:01:30 +08:00
Yao Wei Tjong 姚伟忠
a3a0465c8d
For CI - take advantage of Travis CI's build stages.
...
Perform housekeeping at the last stage when all the build jobs in the build stage have completed.
Add a placeholder for new lint stage in primary CI.
Use alternate mirror branch to prevent technical error due to multiple commits being pushed to HEAD on slow moving build queues.
Close #1942 .
2017-07-19 21:55:18 +08:00
Yao Wei Tjong 姚伟忠
ec84cfdfd1
Remove the usage of add_compiler_export_flags() deprecated function.
...
Fix #1945 .
2017-07-13 23:17:09 +08:00
Yao Wei Tjong 姚伟忠
c7a0149dc9
Another sweep for tvOS conditional code branch.
2017-06-05 23:04:09 +08:00
Yao Wei Tjong 姚伟忠
75b8420a31
Initial work for porting Urho3D to AppleTV platform.
2017-06-05 23:04:09 +08:00
Yao Wei Tjong 姚伟忠
3d39061627
Simplify the build option for sharing pak-loader script and data.
2017-05-21 20:21:27 +08:00
Yao Wei Tjong 姚伟忠
b9947eee3a
For CI - Upgrade CMake (3.8.1) and compiler toolchain to support C++11.
2017-05-18 22:40:17 +08:00
Yao Wei Tjong 姚伟忠
9623f94230
For CI - prevent coverity scan for CI build on feature branches.
...
[ci only: Web]
2017-04-27 23:18:04 +08:00
Yao Wei Tjong 姚伟忠
10881e0f9e
For CI - perform the coverity scan on each CI build now.
...
It appears the service quota has been increased to one scan per day for the project of our size.
2017-04-27 00:12:55 +08:00
Yao Wei Tjong 姚伟忠
2efbcd570c
Rename "define_resource_files" macro to "define_resource_dirs".
...
Enhance it to take extra arguments for specifiying target-specific resource directories and other extra for Web platform support.
Close #809 .
2017-04-05 18:16:36 +08:00
Yao Wei Tjong
f3a596ad42
For CI - another temp fix for Web CI build.
...
Fix https://github.com/urho3d/urho3d.github.io/issues/20 .
[ci packaging]
2017-03-31 09:47:20 +08:00
Yao Wei Tjong 姚伟忠
473c6c2380
For CI - temporary fix for web sample upload using default HTML shell.
...
In future the statically generated page at urho3d.github.io will be the shell for the *.js and *.wasm modules.
[skip appveyor] [ci only: Web]
2017-03-29 22:35:07 +08:00
Yao Wei Tjong 姚伟忠
9d84ccffe4
Initial attempt to support MODULE library type for Web platform.
...
Disallow memory growth when using MODULE lib-type.
Move the resource defining and checking logic into their own macros.
2017-03-26 22:18:35 +08:00
Yao Wei Tjong 姚伟忠
c9b45bf1f1
Allow generation of .js instead of .html as output for Web platform.
2017-03-05 08:46:37 +08:00
Yao Wei Tjong 姚伟忠
7102a25409
For CI - disable web run tests as they are not reliable on Travis.
2017-03-05 08:46:29 +08:00
Yao Wei Tjong 姚伟忠
d7eded9178
Add new build option to enable WASM support.
...
Remove redundant Emscripten build option for pre-generating the system libraries because newer Emscripten version has fixed the cache lock issue.
2017-03-05 08:46:29 +08:00
Yao Wei Tjong 姚伟忠
f32cbb72b0
Rename Urho3D-CMake-common.cmake module to UrhoCommon.cmake.
...
To be consistent with the other modules. Drop the '3D' simply because it sticks out in 'Urho3DCommon'.
2017-03-05 08:45:39 +08:00
Yao Wei Tjong 姚伟忠
9f19d51c08
Remove older constructs that have been earmarked previously.
2017-03-05 08:34:41 +08:00
Yao Wei Tjong 姚伟忠
3475afba54
Bump the CMake minimum version in the CMakeLists.txt files.
2017-03-05 08:34:41 +08:00
Yao Wei Tjong 姚伟忠
5ffb40b643
For CI - use the new build option to reduce number of changed objects.
...
Close #1762 .
2017-02-23 23:11:46 +08:00
Yao Wei Tjong 姚伟忠
c017c2e607
For CI - fix the CI builds on AppVeyor to use the build cache.
2017-02-14 23:10:40 +08:00
Yao Wei Tjong 姚伟忠
85caa88eff
For CI - correct typo in the cache setup script.
2017-02-12 02:05:09 +08:00
Yao Wei Tjong 姚伟忠
a9973de026
For CI - adjust the timestamp to achieve incremental build on AppVeyor.
...
[ci only: master, MinGW]
2017-02-12 01:33:02 +08:00
Yao Wei Tjong 姚伟忠
71cdfdbf26
Revert "For CI - still exclude tool building for PR build on AppVeyor."
...
This reverts commit d7bae3aef8 .
2017-02-10 08:02:56 +08:00
Yao Wei Tjong 姚伟忠
d7bae3aef8
For CI - still exclude tool building for PR build on AppVeyor.
...
Unlike Travis, initial build for PR on AppVeyor does not inherit cache from the master branch, thus exclude the tool for faster build time.
2017-02-10 01:39:23 +08:00
Yao Wei Tjong 姚伟忠
949fef6239
For CI - take advantage of AppVeyor's cache mechanism.
...
Close #1804 .
2017-02-10 01:02:04 +08:00
Yao Wei Tjong 姚伟忠
8ac70b2ad3
For CI - setup new MinGW CI build on Windows server.
2017-02-05 19:26:30 +08:00
Yao Wei Tjong 姚伟忠
08b132b86d
For CI - don't attempt to reuse the UUID when the binary data differs.
...
[ci only: Web]
2017-01-17 23:05:14 +08:00
Yao Wei Tjong 姚伟忠
5db9581a97
For CI - keep Travis happy - old Ruby version doesn't support grep_v().
...
[ci only: Web]
2017-01-16 01:36:45 +08:00
Yao Wei Tjong 姚伟忠
cd0b9c463c
For CI - attempt to reuse the web package uuid to reduce commit size.
...
Close #1762 . [ci only: Web]
2017-01-16 00:58:41 +08:00
Yao Wei Tjong 姚伟忠
1481228bb5
For CI - fix the sample upload task to preserve the index.md file.
...
Change the task execution order. Now upload samples first then perform packaging build, if it is required. The artifacts may have been ruined after the packaging build.
[ci only: Web]
2017-01-14 18:02:53 +08:00
Yao Wei Tjong 姚伟忠
20b3b18602
For CI - modify JSON data file for web samples.
...
[ci skip]
2017-01-09 00:51:27 +08:00
Yao Wei Tjong 姚伟忠
be51253606
For CI - suppress stderr when there are nothing added to the index.
2017-01-05 00:14:06 +08:00
urho3d-travis-ci
ee054a1507
Travis CI: bump copyright to 2017.
...
[ccache clear]
2017-01-01 13:01:31 +00:00
Yao Wei Tjong 姚伟忠
d4e74a35c0
Set the default for SDL's VIDEO_MIR build option to FALSE.
...
Related to issue #1714 .
2016-12-16 22:24:21 +08:00
Yao Wei Tjong 姚伟忠
e045b29c59
Split 3rd-party licenses into its own file.
2016-12-05 23:28:39 +08:00
Yao Wei Tjong 姚伟忠
4010ff8e40
For CI - always disable MIR support for ARM-CI build for now.
...
SDL 2.0.5 requires MIR version 0.24.0+ and the MIR version in our sysroot is older.
2016-11-09 23:10:02 +08:00
Yao Wei Tjong 姚伟忠
9908b08e83
For CI - fix the housekeeping logic for the SF.net.
...
The old snapshots were not being removed in the correct order due to a bug in the housekeeping logic. Since we have more build artifacts per build now, reduce to only keep the build artifacts from the lasts 10 builds instead of 30.
Also generate 64-bit ARM RPM package using 'lib64' (suitable for RH/Fedora) for completeness sake.
[ci package]
2016-08-06 19:38:20 +08:00
Yao Wei Tjong 姚伟忠
98414a9ad6
Shorten the package name for ARM build due to space constraint.
...
Fix 32-bit ARM packaging build on 64-bit Travis-CI host system.
[ci package]
2016-08-06 17:32:36 +08:00
Yao Wei Tjong 姚伟忠
9123b7a51c
For CI - add new CI jobs for 64-bit generic ARM builds.
...
Upgrade GCC to 4.9 only for 64-bit generic ARM CI builds because it appears LuaJIT requires version greater than 4.8 for 64-bit ARM build.
2016-08-05 18:49:31 +08:00
Yao Wei Tjong 姚伟忠
a01ee5ec30
For CI - add new CI jobs for 32-bit generic ARM builds.
2016-08-05 18:33:35 +08:00
Yao Wei Tjong 姚伟忠
9fee916c55
For documentation - use https protocol when it is available.
2016-07-24 13:39:14 +08:00
Yao Wei Tjong 姚伟忠
eff1cd46b9
Sort samples list, just for consistency sake.
2016-06-11 20:43:33 +08:00