Rémi Verschelde
90c8c8d4c0
Merge pull request #34 from godotengine/dependabot/github_actions/actions/cache-v2.1.5
...
Bump actions/cache from v2.1.4 to v2.1.5
2021-05-11 12:47:25 +02:00
Rémi Verschelde
3eb55684e3
Merge pull request #35 from godotengine/dependabot/github_actions/mymindstorm/setup-emsdk-v9
...
Bump mymindstorm/setup-emsdk from v8 to v9
2021-05-11 12:45:36 +02:00
dependabot[bot]
92e46486d8
Bump mymindstorm/setup-emsdk from v8 to v9
...
Bumps [mymindstorm/setup-emsdk](https://github.com/mymindstorm/setup-emsdk ) from v8 to v9.
- [Release notes](https://github.com/mymindstorm/setup-emsdk/releases )
- [Commits](https://github.com/mymindstorm/setup-emsdk/compare/v8...c0f39b967594b2b09f069eecfd219642f522b596 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-05-03 07:43:29 +00:00
dependabot[bot]
eb8d9aff08
Bump actions/cache from v2.1.4 to v2.1.5
...
Bumps [actions/cache](https://github.com/actions/cache ) from v2.1.4 to v2.1.5.
- [Release notes](https://github.com/actions/cache/releases )
- [Commits](https://github.com/actions/cache/compare/v2.1.4...1a9e2138d905efd099035b49d8b7a3888c653ca8 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-04-13 06:24:43 +00:00
dependabot[bot]
806260f507
Bump actions/setup-python from v2.1.4 to v2.2.2
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from v2.1.4 to v2.2.2.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v2.1.4...dc73133d4da04e56a135ae2246682783cc7c7cb6 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-04-13 06:24:40 +00:00
Rémi Verschelde
df330ce0be
CI: Build with Mono 6.12.0.122 (stable)
...
Upgrades us to the current stable release.
Further work is done in Preview on Apple Silicon support but we'll look into this
after the Godot 3.3 release.
2021-03-27 11:57:02 +01:00
Rémi Verschelde
d462909236
Merge pull request #32 from godotengine/dependabot/github_actions/actions/cache-v2.1.4
...
Bump actions/cache from v1.2.0 to v2.1.4
2021-03-26 13:39:35 +01:00
dependabot[bot]
7e681d3553
Bump actions/cache from v1.2.0 to v2.1.4
...
Bumps [actions/cache](https://github.com/actions/cache ) from v1.2.0 to v2.1.4.
- [Release notes](https://github.com/actions/cache/releases )
- [Commits](https://github.com/actions/cache/compare/v1.2.0...26968a09c0ea4f3e233fdddbafd1166051a095f6 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-02-05 06:31:00 +00:00
dependabot[bot]
3f52d14ef8
Bump mymindstorm/setup-emsdk from v7 to v8
...
Bumps [mymindstorm/setup-emsdk](https://github.com/mymindstorm/setup-emsdk ) from v7 to v8.
- [Release notes](https://github.com/mymindstorm/setup-emsdk/releases )
- [Commits](https://github.com/mymindstorm/setup-emsdk/compare/v7...d38289e54786ef9965c3dcd51c396cb0c4bae40f )
Signed-off-by: dependabot[bot] <support@github.com>
2021-02-01 07:57:59 +00:00
Rémi Verschelde
241a00d3f3
CI: Bump Mono to 6.12.0.114 and fix Android 32-bit min API
...
Following up on #22 , we should target API level 18 like the Godot source does,
which is used by armv7/x86 builds. 64-bit builds do require API level 21 as a
minimum, but our build scripts handle upgrading this value already.
2020-12-30 08:41:33 +01:00
dependabot[bot]
f12b3e4071
Bump actions/setup-python from v1 to v2.1.4
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from v1 to v2.1.4.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v1...41b7212b1668f5de9d65e9c82aa777e6bbedb3a8 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-11-20 15:30:05 +00:00
John Losito
fbc5214dd5
Allow dependabot to check GitHub actions daily
2020-11-17 09:35:34 +01:00
Rémi Verschelde
6a98b5d325
CI: Address deprecation warning for set-env
2020-11-16 17:17:19 +01:00
Rémi Verschelde
1b5f2bb8d9
CI: Build with Mono 6.12.0.111 and Emscripten 1.39.9
...
This is what we'll be using for official builds for 3.2.4+.
Co-authored-by: Ignacio Etcheverry <ignalfonsore@gmail.com>
2020-11-16 17:17:03 +01:00
Rémi Verschelde
1e2d41160b
CI: Bump mymindstorm/setup-emsdk to v7
...
Might fix CI builds.
2020-10-20 09:00:59 +02:00
Aaron Franke
db32366ec9
Add a formatting script for GitHub Actions and add GitHub metadata
2020-07-03 23:12:01 -04:00
Ignacio Etcheverry
3669d9aba4
CI: Use actions/cache@v1.2.0 (supports the branch 'create' event)
...
actions/cache@v1 wasn't supported for branch creation events ('create').
This meant our CI builds (when a 'release/**') branch is created,
would not re-use the cached resourced and instead do everything from scratch.
2020-05-23 22:04:43 +02:00
Ignacio Etcheverry
d1f88c23fb
CI: Run Linux builds on Ubuntu 16.04 for better compatibility
2020-05-23 17:42:13 +02:00
Ignacio Etcheverry
42a0caae0f
CI: Add net_4_x-win32 to the BCL profiles to build
2020-05-15 21:57:56 +02:00
Ignacio Etcheverry
398c818d8c
CI: Fix release description
2020-05-15 01:19:59 +02:00
Ignacio Etcheverry
bc11550129
CI: Add paths to ignore and README badge
2020-05-15 00:54:49 +02:00
Ignacio Etcheverry
0e5cd48f05
Added Github Actions workflow
2020-05-14 22:01:26 +02:00