From 0bd6f680a69827467405ce1bf87b305b03b50a2c Mon Sep 17 00:00:00 2001 From: "alexey.lysiuk" Date: Fri, 1 Sep 2023 09:34:38 +0300 Subject: [PATCH] ci: disable vkquake build as it's no longer in development --- .github/workflows/continuous_integration.yml | 22 ++++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index f58718e..8aa4532 100644 --- a/.github/workflows/continuous_integration.yml +++ b/.github/workflows/continuous_integration.yml @@ -14,17 +14,17 @@ jobs: - name: quakespasm-spiked - - name: vkquake - deps: - common: | - mkdir -p build/glslang - cd build/glslang - GLSLANG_PACKAGE=glslang-12.0.0-${RUNNER_OS}.tar.xz - aria2c https://github.com/alexey-lysiuk/quakespasm-cmake/releases/download/ci_deps/${GLSLANG_PACKAGE} - tar -xf ${GLSLANG_PACKAGE} - Linux: sudo apt install libvulkan-dev - macOS: brew install vulkan-headers vulkan-loader - configure: export PATH=$PATH:$(pwd)/build/glslang + # - name: vkquake + # deps: + # common: | + # mkdir -p build/glslang + # cd build/glslang + # GLSLANG_PACKAGE=glslang-12.0.0-${RUNNER_OS}.tar.xz + # aria2c https://github.com/alexey-lysiuk/quakespasm-cmake/releases/download/ci_deps/${GLSLANG_PACKAGE} + # tar -xf ${GLSLANG_PACKAGE} + # Linux: sudo apt install libvulkan-dev + # macOS: brew install vulkan-headers vulkan-loader + # configure: export PATH=$PATH:$(pwd)/build/glslang - name: ironwail deps: