From 524fdde8f2c280cdf7677253ac545d615e698941 Mon Sep 17 00:00:00 2001 From: Fabio Alessandrelli Date: Sun, 4 Jul 2021 14:36:02 +0200 Subject: 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. --- webrtc/linux/.gitignore | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 webrtc/linux/.gitignore (limited to 'webrtc/linux/.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 -- cgit v1.2.3