summaryrefslogtreecommitdiffstats
path: root/misc/travis
Commit message (Collapse)AuthorAgeFilesLines
* Travis: Update Android NDK to r18Rémi Verschelde2018-10-021-5/+5
|
* Style: Enable clang-format on GLSL shadersRémi Verschelde2018-08-271-1/+1
| | | | | | | As of clang-format 6.0.1, putting the `/* clang-format off */` hint around our "invalid" `[vertex]` and `[shader]` statements isn't enough to prevent a bogus indent of the next comments and first valid statement, so we need to enclose that first valid statement in the unformatted chunk.
* Travis: Update clang-format version in shell scriptRémi Verschelde2018-07-181-1/+1
|
* Travis: Upgrade scons-local to 3.0.1 on OSXRémi Verschelde2018-04-121-2/+2
| | | | Also change URL, prdownload alias seems broken right now on SF.
* Style: Apply clang-format to Java filesRémi Verschelde2017-12-101-1/+1
| | | | Only those from org/godotengine/godot though, not the thirdparty ones.
* Style: Update definitions for clang-format 5.0.0Rémi Verschelde2017-12-071-1/+1
| | | | This will be the new standard from now on.
* change matrix and enable caching for Android, iOS and macOS (cross-compile)Rhody Lugo2017-11-134-0/+275
|
* Style: Apply clang-format (3.9.1) to Obj-C++ filesRémi Verschelde2017-04-091-1/+1
|
* Travis: Run clang-format static checkRémi Verschelde2017-03-191-0/+40
Commits or PRs that do not respect the clang-format style that we enforce will fail the test. Adding ubuntu-toolchain-r-test as its libstdc++ is necessary to install libllvm-3.9.