index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
.github
/
workflows
Age
Commit message (
Expand
)
Author
2021-05-20
Fix typos with codespell
Rémi Verschelde
2021-05-19
CI: Install Android NDK 21.4.7075529
Rémi Verschelde
2021-05-19
pywin32 is no longer necessary for SCons install
Bartłomiej T. Listwon
2021-05-03
CI: Add `--doctool` check to find missing classref updates
Rémi Verschelde
2021-04-15
Test Godot with Vulkan in CI
Rafał Mikrut
2021-02-26
[HTML5] Add jsdoc2rst tool.
Fabio Alessandrelli
2021-02-22
CI: Build without debug symbols to reduce cache size
Rémi Verschelde
2021-02-13
Use github actions cache not my own one.
Gordon MacPherson
2021-02-05
CI: Build Linux editor without Mono, sanitizers with Mono
Rémi Verschelde
2021-01-12
CI: Update to clang-format 11 and apply ternary operator changes
Rémi Verschelde
2021-01-12
CI: Pin Android NDK r21 as we don't support r22 yet
Rémi Verschelde
2020-12-29
CI: Force building TextServer fallback
Rémi Verschelde
2020-12-04
CI: Shrink Windows cache to 3GB, we run out of disk space
Rémi Verschelde
2020-11-23
[HTML5] Enforce JavaScript style with eslint.
Fabio Alessandrelli
2020-11-09
CI: Build with warnings=extra to catch 'em all
Rémi Verschelde
2020-10-22
CI: Refactor Android workflow, use pre-installed SDK and NDK
Rémi Verschelde
2020-10-22
CI: Set debug_symbols=no for template builds
Rémi Verschelde
2020-10-20
CI: Don't upload linux-sanitizers artifacts
Rémi Verschelde
2020-10-16
CI: Refactor build workflows to use `SCONSFLAGS`
Andrii Doroshenko (Xrayez)
2020-10-16
ci: do not use set-env
umarcor
2020-10-15
CI: upload artifacts
umarcor
2020-10-15
CI: List contents of bin/ after build
Rémi Verschelde
2020-09-25
Style: Fix black formatting after #42332
Rémi Verschelde
2020-08-23
GitHub Actions: Prepend emoji to platform names for easy visual grepping
Hugo Locurcio
2020-08-16
Add Linux sanitizer build to github workspace
Rafał Mikrut
2020-08-13
Rename javascript_builds.yml to javascript_builds.disabled
Gordon MacPherson
2020-08-11
CI: Properly exclude Azure repositories on Ubuntu
Rémi Verschelde
2020-07-31
CI: Pin Emscripten version for reproducible builds
Rémi Verschelde
2020-07-30
CI: Show `tests=yes` for builds which run tests
Andrii Doroshenko (Xrayez)
2020-07-26
CI: Install master version of psf/black
Rémi Verschelde
2020-07-25
CI: Add iOS build on GitHub Actions
Rémi Verschelde
2020-07-25
SCons: Add `tests` option to enable or disable unit tests
Andrii Doroshenko (Xrayez)
2020-07-24
t Add unit testing to Godot using DocTest and added to GitHub Actions CI
RevoluPowered
2020-07-24
CI: Fix cache key and include base branch
Rémi Verschelde
2020-07-24
Improve the cache keys to prevent clashes for the wrong type of build
Gordon MacPherson
2020-07-24
Clamp scons cache to 4096 MB
Gordon MacPherson
2020-07-24
CI: Add Mono support to Linux builds on GitHub Actions
Rémi Verschelde
2020-07-24
CI: Add GitHub Action build for JavaScript
Rémi Verschelde
2020-07-23
CI: Added Android GitHub Action
thebestnom
2020-07-21
Split CI builds into workflows for each OS
Aaron Franke
2020-07-20
CI: Drop AppVeyor and desktop Travis builds
Rémi Verschelde
2020-07-20
fix CI builds on linux by using ubuntu default apt repositories
RevoluPowered
2020-07-15
added MacOS and Linux to GitHub Actions
Gordon MacPherson
2020-07-14
Globally install Python libraries in GitHub Actions
Aaron Franke
2020-07-13
Commit other files changed by file_format.sh
Aaron Franke
2020-07-13
Add static formatting checks for GitHub Actions
Aaron Franke
2020-07-12
Use GitHub Actions instead of AppVeyor for Windows platform
Gordon MacPherson