Skip to content

Commit

Permalink
Linkage?
Browse files Browse the repository at this point in the history
  • Loading branch information
Dextinfire committed Sep 8, 2024
1 parent 9d6fa84 commit 4e04b0c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,15 @@ jobs:
include:
- os: windows-latest
os_name: windows
triplet: x64-windows-release
triplet: x64-windows-dynamic
- os: ubuntu-latest
os_name: linux
triplet: x64-linux-release
triplet: x64-linux-dynamic
- os: macos-latest
os_name: macos
triplet: x64-osx-release
triplet: x64-osx-dynamic
env:
VCPKG_DEFAULT_TRIPLET: ${{ matrix.triplet }}
VCPKG_TARGET_TRIPLET: ${{ matrix.triplet }}
VCPKG_HOST_TRIPLET: ${{ matrix.triplet }}
vcpkgCommitId: '0f88ecb8528605f91980b90a2c5bad88e3cb565f'

Expand Down Expand Up @@ -93,7 +92,6 @@ jobs:
cmakeListsTxtPath: '${{ github.workspace }}/CMakeLists.txt'
configurePreset: ci-release
buildPreset: CI-Build
configurePresetAdditionalArgs: "['--debug-find']"

- name: Copy docs
run: |
Expand Down
3 changes: 1 addition & 2 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@
"installDir": "release/${presetName}",
"toolchainFile": "$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake",
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Release",
"VCPKG_BUILD_TYPE": "release"
"CMAKE_BUILD_TYPE": "Release"
}
}
],
Expand Down

0 comments on commit 4e04b0c

Please sign in to comment.