Skip to content

Commit

Permalink
test 1
Browse files Browse the repository at this point in the history
  • Loading branch information
rfomin committed Feb 1, 2025
1 parent adc3497 commit 889e95e
Showing 1 changed file with 16 additions and 20 deletions.
36 changes: 16 additions & 20 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,21 @@ jobs:
fail-fast: false
matrix:
config:
- name: "MSVC x64"
os: windows-latest
build_type: "Release"
vcpkg: true
shell: pwsh
package_name: "msvc_x64"
release: true
artifact-path: build/*.zip
extra_options: >-
-A x64
-DCMAKE_TOOLCHAIN_FILE="${env:VCPKG_INSTALLATION_ROOT}\scripts\buildsystems\vcpkg.cmake"
-DVCPKG_TARGET_TRIPLET=x64-windows-static-release
-DCMAKE_POLICY_DEFAULT_CMP0091=NEW
-DCMAKE_MSVC_RUNTIME_LIBRARY=MultiThreaded
-DCMAKE_IGNORE_PATH="C:/Strawberry/perl/bin;C:/Strawberry/c/lib"
# - name: "MSVC x64"
# os: windows-latest
# build_type: "Release"
# vcpkg: true
# shell: pwsh
# package_name: "msvc_x64"
# release: true
# artifact-path: build/*.zip
# extra_options: >-
# -A x64
# -DCMAKE_TOOLCHAIN_FILE="${env:VCPKG_INSTALLATION_ROOT}\scripts\buildsystems\vcpkg.cmake"
# -DVCPKG_TARGET_TRIPLET=x64-windows-static-release
# -DCMAKE_POLICY_DEFAULT_CMP0091=NEW
# -DCMAKE_MSVC_RUNTIME_LIBRARY=MultiThreaded
# -DCMAKE_IGNORE_PATH="C:/Strawberry/perl/bin;C:/Strawberry/c/lib"

- name: "MSYS2 UCRT64"
os: windows-latest
Expand Down Expand Up @@ -104,12 +104,8 @@ jobs:
if: runner.os == 'Linux'
run: |
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install -y \
gcc \
cmake \
sudo apt-get install \
ninja-build \
pkg-config \
libdumb1-dev \
libfluidsynth-dev \
fluidsynth \
Expand Down

0 comments on commit 889e95e

Please sign in to comment.