Skip to content

Commit

Permalink
ci: disable vkquake build as it's no longer in development
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Sep 1, 2023
1 parent d664e61 commit 0bd6f68
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0bd6f68

Please sign in to comment.