Skip to content

Commit

Permalink
NPCBots: switch from appveyor to github workflow for windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
trickerer committed Dec 22, 2023
1 parent 4693ac7 commit 8e7c910
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 48 deletions.
4 changes: 2 additions & 2 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

3.3.5
:------------:
[![Clang](https://github.com/trickerer/AzerothCore-wotlk-with-NPCBots/actions/workflows/core_build.yml/badge.svg)](https://github.com/trickerer/AzerothCore-wotlk-with-NPCBots/actions/workflows/core_build.yml)
[![Build status](https://ci.appveyor.com/api/projects/status/9cd8gd9io83l3v14/branch/npcbots_3.3.5?svg=true)](https://ci.appveyor.com/project/trickerer/azerothcore-npcbots/branch/npcbots_3.3.5)
[![nopch-build](https://github.com/trickerer/AzerothCore-wotlk-with-NPCBots/actions/workflows/core-build-nopch.yml/badge.svg?branch=npcbots_3.3.5)](https://github.com/trickerer/AzerothCore-wotlk-with-NPCBots/actions/workflows/core-build-nopch.yml)
[![windows-build](https://github.com/trickerer/AzerothCore-wotlk-with-NPCBots/workflows/windows-build/badge.svg?branch=npcbots_3.3.5&event=push)](https://github.com/trickerer/AzerothCore-wotlk-with-NPCBots/actions?query=workflow%3Awindows-build+branch%3Amaster+event%3Apush)

## Introduction

Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/windows_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: windows-build
on:
push:
branches:
- 'master'
- 'npcbots_3.3.5'
- 'CI'
pull_request:
types: ['labeled', 'opened', 'synchronize', 'reopened']

Expand All @@ -21,7 +22,7 @@ jobs:
env:
BOOST_ROOT: C:\local\boost_1_82_0
if: |
github.repository == 'azerothcore/azerothcore-wotlk'
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')
steps:
Expand Down
44 changes: 0 additions & 44 deletions appveyor.yml

This file was deleted.

0 comments on commit 8e7c910

Please sign in to comment.