Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ on:
push:
branches:
- 'master'
paths-ignore:
- "**/*.md"
pull_request:
paths-ignore:
- "**/*.md"

jobs:
build:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/build-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ on:
push:
branches:
- 'master'
paths-ignore:
- "**/*.md"
pull_request:
paths-ignore:
- "**/*.md"

jobs:
build:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ on:
push:
branches:
- 'master'
paths-ignore:
- "**/*.md"
pull_request:
paths-ignore:
- "**/*.md"

jobs:
build:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ on:
push:
branches:
- 'master'
paths-ignore:
- "**/*.md"
pull_request:
paths-ignore:
- "**/*.md"

jobs:
build:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ on:
push:
branches:
- 'master'
paths-ignore:
- "**/*.md"
pull_request:
paths-ignore:
- "**/*.md"

jobs:
build:
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ To use Keira3, you don't need to install any dependency. Just [download](https:/

If you are using Arch Linux you can find the package on [AUR](https://aur.archlinux.org/packages/keira3/)

:warning: [Windows 7 or older Windows versions](https://github.com/azerothcore/Keira3/issues/2212) are not officially supported.

## How to run Keira3 in development mode

### Dependencies
Expand All @@ -64,7 +66,7 @@ Please follow [Angular-cli documentation](https://github.com/angular/angular-cli
npm install -g @angular/cli
```

Only for **Windows**, install windows-build-tools as administrator:
Only for **Windows** ([Windows 7 or older versions](https://github.com/azerothcore/Keira3/issues/2212) are not officially supported), install windows-build-tools as administrator:
Comment thread
Helias marked this conversation as resolved.
Outdated
```
npm install --global-production windows-build-tools
```
Expand Down