From b1c686a18f931040cccbce0045a2629d4e85adcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 1 Jul 2022 17:22:46 +0200 Subject: [PATCH] Revert "package/ci: temporarily disable macOS, iOS, ARM and Android ES2 builds." New month, new credits! This reverts commit 9bbc73c4c5996e2a2e516642d0c4e978205e9365. --- package/ci/circleci.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package/ci/circleci.yml b/package/ci/circleci.yml index 78cb63382..7d55a62c7 100644 --- a/package/ci/circleci.yml +++ b/package/ci/circleci.yml @@ -609,7 +609,7 @@ workflows: build: jobs: - linux-gl - #- linux-arm64 + - linux-arm64 - linux-vulkan - linux-gles2 - linux-gles3 @@ -617,13 +617,13 @@ workflows: - linux-nondeprecated - linux-sanitizers - linux-threadsanitizer - #- macos-gl - #- macos-vulkan - #- macos-gles3 - #- macos-static + - macos-gl + - macos-vulkan + - macos-gles3 + - macos-static - emscripten-webgl1 - emscripten-webgl2 - android-x86-gles2 - #- android-x86-gles3 + - android-x86-gles3 - android-x86-vulkan - #- ios-gles3 + - ios-gles3