summaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
2020-09-25Style: Fix black formatting after #42332Rémi Verschelde
Somehow it did not run CI checks so we missed that one. Also pin `black` version to latest upstream release.
2020-08-27Remove community health files from this repositoryHugo Locurcio
They've been moved to the @godotengine organization's .github repository, which works as a fallback for all repositories in the organization. This way, the Sponsor button is automatically displayed on all repositories. This closes #40972.
2020-08-23GitHub Actions: Prepend emoji to platform names for easy visual greppingHugo Locurcio
2020-08-16Add Linux sanitizer build to github workspaceRafał Mikrut
2020-08-13Rename javascript_builds.yml to javascript_builds.disabledGordon MacPherson
2020-08-11CI: Properly exclude Azure repositories on UbuntuRémi Verschelde
Nuke all the pre-defined repos, we just need stock Ubuntu.
2020-07-31CI: Pin Emscripten version for reproducible buildsRémi Verschelde
Emscripten is a fast-moving target which gets tons of improvements all the time, but it's not rare that some regressions affect us and make our CI builds fail. (See e.g. #33728, #35237, #39168, #40563, and #40914.) Let's pin to a stable version to avoid having external factors impact our CI, and update this version manually regularly in a PR to ensure that the new version works well for us.
2020-07-30CI: Show `tests=yes` for builds which run testsAndrii Doroshenko (Xrayez)
2020-07-27Merge pull request #40706 from akien-mga/style-fix-file_format-macosRémi Verschelde
Fix code format scripts compat with non-GNU Unices
2020-07-27Style: Fix code format scripts compat with non-GNU UnicesRémi Verschelde
It's too hard to get compatibility between GNU and BSD sed, so let's just use perl oneliners. And improve it to also remove trailing tabs, not just spaces.
2020-07-26CI: Install master version of psf/blackRémi Verschelde
Until https://github.com/psf/black/pull/1328 makes it in a stable release, we have to use the latest from Git. Apply new style fixes done by latest black.
2020-07-25CI: Add iOS build on GitHub ActionsRémi Verschelde
2020-07-25SCons: Add `tests` option to enable or disable unit testsAndrii Doroshenko (Xrayez)
2020-07-24t Add unit testing to Godot using DocTest and added to GitHub Actions CIRevoluPowered
Implements exit codes into the engine so tests can return their statuses. Ideally we don't do this, and we use FIXUP logic to 'begin' and 'end' the engine execution for tests specifically. Since realistically we're initialising the engine here we don't want to do that, since String should not require an engine startup to test a single header. This lowers the complexity of running the unit tests and even for physics should be possible to implement such a fix.
2020-07-24CI: Fix cache key and include base branchRémi Verschelde
The base branch is hardcoded as an env variable as I couldn't find a simple way to just get either `3.2` or `master`. But it's easy to change when we branch off from `master` to a new stable branch, which doesn't happen often. (There's `{{github.base_ref}}` but it's probably more verbose like `ref/heads/master`, and only valid for PRs.)
2020-07-24Improve the cache keys to prevent clashes for the wrong type of buildGordon MacPherson
2020-07-24Clamp scons cache to 4096 MBGordon MacPherson
2020-07-24CI: Add Mono support to Linux builds on GitHub ActionsRémi Verschelde
Mono seems to be preinstalled in the build environment \o/
2020-07-24CI: Add GitHub Action build for JavaScriptRémi Verschelde
Uses mymindstorm/setup-emsdk to install Emscripten and set up caching for Emscripten's generated system libraries.
2020-07-23CI: Added Android GitHub Actionthebestnom
2020-07-23Merge pull request #40556 from aaronfranke/gha-sep-workflowsRémi Verschelde
Split CI builds into workflows for each OS
2020-07-22Add a PR template with a message about PRs needing to be for masterAaron Franke
[ci skip] Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
2020-07-21Split CI builds into workflows for each OSAaron Franke
2020-07-20CI: Drop AppVeyor and desktop Travis buildsRémi Verschelde
These have been replaced by GitHub Actions. The remaining Travis builds will also be ported eventually.
2020-07-20fix CI builds on linux by using ubuntu default apt repositoriesRevoluPowered
2020-07-15added MacOS and Linux to GitHub ActionsGordon MacPherson
2020-07-14Globally install Python libraries in GitHub ActionsAaron Franke
Otherwise it uses ~/.local/bin which GitHub doesn't include in PATH
2020-07-13Commit other files changed by file_format.shAaron Franke
2020-07-13Add static formatting checks for GitHub ActionsAaron Franke
2020-07-12Use GitHub Actions instead of AppVeyor for Windows platformGordon MacPherson
This was based on quarmin's initial configuration, we had compile issues with AppVeyor being super slow and GitHub actions will take less time and also manage a full rebuild in 30 minutes. This adds cache handling and will work with MSVC and scons 4.0, it will build for every PR submitted to the Godot Engine, and also for the branches specified. I have tested the caching and it seems to be working. I left the 'publish artefacts' disabled until we can request more storage from Microsoft, 5 GB is far to low for us and we would eat this limit very fast. (it is tested and works fine) Co-authored-by: Rafał Mikrut <mikrutrafal54@gmail.com>
2020-07-03Add aaronfranke to CODEOWNERS for GodotSharpAaron Franke
[ci skip]
2020-05-29GitHub: Remove feature request placeholder templateRémi Verschelde
We now have a proper link to godotengine/godot-proposals thanks to #39019 and #39132, so that hacky 'Don't open issues here' template is no longer needed.
2020-05-28Fix GitHub issue template config not workingAaron Franke
It was in the wrong folder
2020-05-25Merge pull request #38262 from Xrayez/resurrect-issuesRémi Verschelde
Bring back and improve comments clarifying the new bug report template
2020-05-24Add configuration for GitHub issue templatesHugo Locurcio
This adds a few links on the issue creation page and disallows creating blank issues (since all issues must follow the bug report template).
2020-05-07Bring back and improve comments clarifying the new bug report templateAndrii Doroshenko (Xrayez)
The comments clarifying the questions were accidentally removed in c8e92b802c16f8f9d120bf01bc5923c702a3c3ff while migrating to the bug/feature templates workflow. [ci skip]
2019-09-04Delete ISSUE_TEMPLATE.mdJuan Linietsky
Deleted old style issue template.
2019-09-04Update issue templatesJuan Linietsky
2019-08-23remove karroffel from CODEOWNERS filekarroffel
2019-06-27Move CODEOWNERS and ISSUE_TEMPLATE.md to .github folderRémi Verschelde
Keeping CONTRIBUTING.md at the root so that contributors actually find it. Also changed the custom FUNDING.yml link to point to godotengine.org/donate, which also links to PayPal and other options.
2019-06-27Setup GitHub "Sponsor" buttonAnders Nissen