Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Feb 20, 2024
1 parent 6831166 commit 665c142
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
target:
- name: quakespasm

- name: quakespasm-spiked
# - name: quakespasm-spiked

# - name: vkquake
# deps:
Expand All @@ -26,36 +26,36 @@ jobs:
# macOS: brew install vulkan-headers vulkan-loader
# configure: export PATH=$PATH:$(pwd)/build/glslang

- name: ironwail
deps:
Linux: sudo apt install libcurl4-openssl-dev
# - name: ironwail
# deps:
# Linux: sudo apt install libcurl4-openssl-dev

toolchain:
- name: Linux Clang
os: ubuntu-22.04
# TODO: find the way to avoid duplication of dependencies command
deps: sudo apt update && sudo apt install libflac-dev libmikmod-dev libmpg123-dev libopusfile-dev libsdl2-dev libvorbis-dev libxmp-dev
cmake_args: -DCMAKE_C_COMPILER=clang

- name: Linux GCC
os: ubuntu-22.04
# TODO: find the way to avoid duplication of dependencies command
deps: sudo apt update && sudo apt install libflac-dev libmikmod-dev libmpg123-dev libopusfile-dev libsdl2-dev libvorbis-dev libxmp-dev

- name: macOS Intel
os: macos-13
deps: brew install flac libmikmod libvorbis libxmp mpg123 opusfile sdl2

- name: macOS ARM
os: macos-14
deps: brew install flac libmikmod libvorbis libxmp mpg123 opusfile sdl2
# - name: Linux Clang
# os: ubuntu-22.04
# # TODO: find the way to avoid duplication of dependencies command
# deps: sudo apt update && sudo apt install libflac-dev libmikmod-dev libmpg123-dev libopusfile-dev libsdl2-dev libvorbis-dev libxmp-dev
# cmake_args: -DCMAKE_C_COMPILER=clang
#
# - name: Linux GCC
# os: ubuntu-22.04
# # TODO: find the way to avoid duplication of dependencies command
# deps: sudo apt update && sudo apt install libflac-dev libmikmod-dev libmpg123-dev libopusfile-dev libsdl2-dev libvorbis-dev libxmp-dev
#
# - name: macOS Intel
# os: macos-13
# deps: brew install flac libmikmod libvorbis libxmp mpg123 opusfile sdl2
#
# - name: macOS ARM
# os: macos-14
# deps: brew install flac libmikmod libvorbis libxmp mpg123 opusfile sdl2

- name: MSVC 32-bit
os: windows-2022
cmake_args: -A Win32

- name: MSVC 64-bit
os: windows-2022
cmake_args: -A x64

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 665c142

Please sign in to comment.