summaryrefslogtreecommitdiffstats
path: root/.github
Commit message (Expand)AuthorAgeFilesLines
* [HTML5] Add jsdoc2rst tool.Fabio Alessandrelli2021-02-261-1/+2
* CI: Build without debug symbols to reduce cache sizeRémi Verschelde2021-02-226-9/+9
* CODEOWNERS: Add some more owned files and fix team namesRémi Verschelde2021-02-161-2/+15
* CODEOWNERS: Update with newly added teamsRémi Verschelde2021-02-151-53/+165
* Use github actions cache not my own one.Gordon MacPherson2021-02-131-1/+1
* CI: Build Linux editor without Mono, sanitizers with MonoRémi Verschelde2021-02-051-8/+8
* CI: Update to clang-format 11 and apply ternary operator changesRémi Verschelde2021-01-121-1/+3
* CI: Pin Android NDK r21 as we don't support r22 yetRémi Verschelde2021-01-121-1/+6
* CI: Force building TextServer fallbackRémi Verschelde2020-12-295-5/+5
* [CTL] Add myself to CODEOWNERS for the text server and font.bruvzg2020-12-281-2/+9
* CI: Shrink Windows cache to 3GB, we run out of disk spaceRémi Verschelde2020-12-041-1/+1
* [HTML5] Enforce JavaScript style with eslint.Fabio Alessandrelli2020-11-231-1/+7
* CI: Build with warnings=extra to catch 'em allRémi Verschelde2020-11-095-5/+5
* CI: Refactor Android workflow, use pre-installed SDK and NDKRémi Verschelde2020-10-222-17/+11
* CI: Set debug_symbols=no for template buildsRémi Verschelde2020-10-223-3/+3
* CI: Don't upload linux-sanitizers artifactsRémi Verschelde2020-10-201-6/+0
* Remove bojidar from codeowners for GDScriptGeorge Marques2020-10-191-1/+1
* CI: Refactor build workflows to use `SCONSFLAGS`Andrii Doroshenko (Xrayez)2020-10-166-16/+22
* ci: do not use set-envumarcor2020-10-161-4/+4
* CI: upload artifactsumarcor2020-10-156-18/+60
* CI: List contents of bin/ after buildRémi Verschelde2020-10-156-0/+10
* Style: Fix black formatting after #42332Rémi Verschelde2020-09-251-1/+1
* Remove community health files from this repositoryHugo Locurcio2020-08-271-2/+0
* GitHub Actions: Prepend emoji to platform names for easy visual greppingHugo Locurcio2020-08-237-7/+7
* Add Linux sanitizer build to github workspaceRafał Mikrut2020-08-161-0/+61
* Rename javascript_builds.yml to javascript_builds.disabledGordon MacPherson2020-08-131-0/+0
* CI: Properly exclude Azure repositories on UbuntuRémi Verschelde2020-08-114-1/+11
* CI: Pin Emscripten version for reproducible buildsRémi Verschelde2020-07-311-1/+1
* CI: Show `tests=yes` for builds which run testsAndrii Doroshenko (Xrayez)2020-07-303-3/+3
* Merge pull request #40706 from akien-mga/style-fix-file_format-macosRémi Verschelde2020-07-271-2/+2
|\
| * Style: Fix code format scripts compat with non-GNU UnicesRémi Verschelde2020-07-271-2/+2
* | CI: Install master version of psf/blackRémi Verschelde2020-07-261-1/+1
* | CI: Add iOS build on GitHub ActionsRémi Verschelde2020-07-252-1/+51
|/
* SCons: Add `tests` option to enable or disable unit testsAndrii Doroshenko (Xrayez)2020-07-253-3/+3
* t Add unit testing to Godot using DocTest and added to GitHub Actions CIRevoluPowered2020-07-243-0/+15
* CI: Fix cache key and include base branchRémi Verschelde2020-07-245-53/+48
* Improve the cache keys to prevent clashes for the wrong type of buildGordon MacPherson2020-07-245-30/+31
* Clamp scons cache to 4096 MBGordon MacPherson2020-07-245-5/+5
* CI: Add Mono support to Linux builds on GitHub ActionsRémi Verschelde2020-07-241-8/+6
* CI: Add GitHub Action build for JavaScriptRémi Verschelde2020-07-241-0/+76
* CI: Added Android GitHub Actionthebestnom2020-07-231-0/+72
* Merge pull request #40556 from aaronfranke/gha-sep-workflowsRémi Verschelde2020-07-235-323/+336
|\
| * Split CI builds into workflows for each OSAaron Franke2020-07-215-323/+336
* | Add a PR template with a message about PRs needing to be for masterAaron Franke2020-07-221-0/+11
|/
* CI: Drop AppVeyor and desktop Travis buildsRémi Verschelde2020-07-201-2/+2
* fix CI builds on linux by using ubuntu default apt repositoriesRevoluPowered2020-07-201-4/+16
* added MacOS and Linux to GitHub ActionsGordon MacPherson2020-07-152-12/+197
* Globally install Python libraries in GitHub ActionsAaron Franke2020-07-141-1/+1
* Commit other files changed by file_format.shAaron Franke2020-07-131-4/+4
* Add static formatting checks for GitHub ActionsAaron Franke2020-07-131-0/+31