Skip to content

Commit

Permalink
Supporting linux especially wayland is currently not a priority
Browse files Browse the repository at this point in the history
  • Loading branch information
pbentes committed Sep 3, 2024
1 parent 9219f52 commit 6c4545f
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,6 @@ on:
- '**.md'

jobs:
linux-clang:
runs-on: ubuntu-22.04
name: Linux Clang
strategy:
fail-fast: false
matrix:
build_type: [Debug, Release, Distribution]

steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Configure CMake
run: cmake -B ${{github.workspace}}/Linux_${{matrix.build_type}}_${{matrix.clang_version}} -DCMAKE_BUILD_TYPE=${{matrix.build_type}} -DCMAKE_CXX_COMPILER=clang++ .
- name: Build
run: cmake --build ${{github.workspace}}/Linux_${{matrix.build_type}}_${{matrix.clang_version}} -j 2

msvc_cl:
runs-on: windows-latest
name: Visual Studio CL
Expand Down

0 comments on commit 6c4545f

Please sign in to comment.