mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-07 05:53:59 -07:00
Revert "readd vscode build for testing purposes"
This reverts commit 6d07aa3544.
This commit is contained in:
parent
f8a14c48e2
commit
c81281f8d0
1 changed files with 1 additions and 13 deletions
14
.github/workflows/desktop-build.yml
vendored
14
.github/workflows/desktop-build.yml
vendored
|
|
@ -322,19 +322,7 @@ jobs:
|
||||||
cmake_generator: Ninja
|
cmake_generator: Ninja
|
||||||
ccache_variant: sccache
|
ccache_variant: sccache
|
||||||
|
|
||||||
- os: Windows
|
name: ${{matrix.os}} ${{matrix.target}}${{ matrix.soc == 'Intel' && ' Intel' || '' }}${{ matrix.type == 'Debug' && ' Debug' || '' }}
|
||||||
target: 10
|
|
||||||
runner: windows-2025
|
|
||||||
type: Release
|
|
||||||
make_package: 1
|
|
||||||
package_suffix: "-Win10"
|
|
||||||
qt_version: 6.10.*
|
|
||||||
qt_arch: win64_msvc2022_64
|
|
||||||
qt_modules: qtimageformats qtmultimedia qtwebsockets
|
|
||||||
cmake_generator: "Visual Studio 17 2022"
|
|
||||||
ccache_variant: sccache
|
|
||||||
|
|
||||||
name: ${{matrix.os}} ${{matrix.target}}${{ matrix.soc == 'Intel' && ' Intel' || '' }}${{ matrix.type == 'Debug' && ' Debug' || '' }}${{ 'Windows' && ' matrix.cmake_generator' || '' }}
|
|
||||||
needs: configure
|
needs: configure
|
||||||
runs-on: ${{matrix.runner}}
|
runs-on: ${{matrix.runner}}
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue