| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Update build targets.
Move release script out of CI yaml.
Disable debug CI builds for Godot 3.x since they are mostly used for
debugging the extension itself.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Needs a more recent revision of godot-cpp, but can still use
godot-headers from 3.2 . See CI script update for details.
|
| |
|
|
Includes all supported architectures:
* Android:
- arm (neon)
- arm64
- x86
- x64
* iOS:
- arm
- arm64
- x64 (simulator)
* Linux
- x86
- x64
* macOS
- x64
* windows
- x86
- x64
Use a single matrix for builds, then an extra step will package for
release.
Artefacts are generated for each platform/arch combination, along for
the 2 zip containing the full `webrtc` and `webrtc_debug` plugin.
|