diff options
author | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2021-07-04 14:36:02 +0200 |
---|---|---|
committer | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2021-07-06 15:57:55 +0200 |
commit | 524fdde8f2c280cdf7677253ac545d615e698941 (patch) | |
tree | a780f6e900e81cfbe87ffc7f807a554368d9c9a7 /webrtc | |
parent | 673a4c1a1c1bc4518aee8062a89537e31a8050ef (diff) | |
download | fork-godot-webrtc-native-524fdde8f2c280cdf7677253ac545d615e698941.tar.gz fork-godot-webrtc-native-524fdde8f2c280cdf7677253ac545d615e698941.tar.bz2 fork-godot-webrtc-native-524fdde8f2c280cdf7677253ac545d615e698941.zip |
Setup CI for Android, iOS, Linux, macOS, Windows.
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.
Diffstat (limited to 'webrtc')
-rw-r--r-- | webrtc/.gitignore | 3 | ||||
-rw-r--r-- | webrtc/linux/.gitignore | 2 | ||||
-rw-r--r-- | webrtc/windows/.gitignore | 2 |
3 files changed, 2 insertions, 5 deletions
diff --git a/webrtc/.gitignore b/webrtc/.gitignore index 08f514e..d6b7ef3 100644 --- a/webrtc/.gitignore +++ b/webrtc/.gitignore @@ -1 +1,2 @@ -include/ +* +!.gitignore diff --git a/webrtc/linux/.gitignore b/webrtc/linux/.gitignore deleted file mode 100644 index d6b7ef3..0000000 --- a/webrtc/linux/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -* -!.gitignore diff --git a/webrtc/windows/.gitignore b/webrtc/windows/.gitignore deleted file mode 100644 index d6b7ef3..0000000 --- a/webrtc/windows/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -* -!.gitignore |