Skip to content

Commit

Permalink
NPCBots: switch from appveyor to github workflow for windows build 2
Browse files Browse the repository at this point in the history
  • Loading branch information
trickerer committed Dec 22, 2023
1 parent 8e7c910 commit 064ba07
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/windows_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ jobs:
name: ${{ matrix.os }}
env:
BOOST_ROOT: C:\local\boost_1_82_0
if: |
github.repository == 'trickerer/AzerothCore-wotlk-with-NPCBots'
&& !github.event.pull_request.draft
&& (github.ref == 'refs/heads/master' || contains(github.event.pull_request.labels.*.name, 'run-build') || github.event.label.name == 'run-build')
if: github.repository == 'trickerer/AzerothCore-wotlk-with-NPCBots' && !github.event.pull_request.draft
steps:
- uses: actions/checkout@v4
- name: ccache
Expand Down

0 comments on commit 064ba07

Please sign in to comment.