mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-29 00:23:48 +00:00
refactor(Cmake): add support build selected applications and tools (#11836)
This commit is contained in:
10
.github/workflows/windows_build.yml
vendored
10
.github/workflows/windows_build.yml
vendored
@@ -15,16 +15,16 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [windows-2019]
|
||||
os: [windows-latest]
|
||||
runs-on: ${{ matrix.os }}
|
||||
name: ${{ matrix.os }}-MSVC16
|
||||
name: ${{ matrix.os }}-${{ matrix.compiler }}
|
||||
env:
|
||||
BOOST_ROOT: C:\local\boost_1_74_0
|
||||
BOOST_ROOT: C:\local\boost_1_79_0
|
||||
if: github.repository == 'azerothcore/azerothcore-wotlk' && (github.ref == 'refs/heads/master' || contains(github.event.pull_request.labels.*.name, 'run-build') || github.event.label.name == 'run-build')
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Configure OS
|
||||
run: choco install --no-progress openssl boost-msvc-14.2
|
||||
run: choco install --no-progress openssl boost-msvc-14.3
|
||||
- name: Build
|
||||
shell: bash
|
||||
run: |
|
||||
@@ -39,5 +39,5 @@ jobs:
|
||||
cp "/c/Program Files/OpenSSL-Win64/bin/libssl-1_1-x64.dll" "build/bin/Release/"
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: windows-2019-MSVC16-release
|
||||
name: windows-2022-MSVC17-release
|
||||
path: build/bin/Release
|
||||
|
||||
Reference in New Issue
Block a user