Skip to content

Commit 018df57

Browse files
doc: windows 7 or older versions are not officially supported (#2222)
* doc: windows 7 or older versions are not officially supported * ci: ignore markdown files changes * ci: ignore README.md * Revert "ci: ignore README.md" This reverts commit abf7f98. * Update README.md Co-authored-by: Francesco Borzì <borzifrancesco@gmail.com> --------- Co-authored-by: Francesco Borzì <borzifrancesco@gmail.com>
1 parent 8d27f54 commit 018df57

6 files changed

Lines changed: 23 additions & 1 deletion

File tree

.github/workflows/build-linux.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ on:
33
push:
44
branches:
55
- 'master'
6+
paths-ignore:
7+
- "**/*.md"
68
pull_request:
9+
paths-ignore:
10+
- "**/*.md"
711

812
jobs:
913
build:

.github/workflows/build-mac.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ on:
33
push:
44
branches:
55
- 'master'
6+
paths-ignore:
7+
- "**/*.md"
68
pull_request:
9+
paths-ignore:
10+
- "**/*.md"
711

812
jobs:
913
build:

.github/workflows/build-windows.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ on:
33
push:
44
branches:
55
- 'master'
6+
paths-ignore:
7+
- "**/*.md"
68
pull_request:
9+
paths-ignore:
10+
- "**/*.md"
711

812
jobs:
913
build:

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ on:
33
push:
44
branches:
55
- 'master'
6+
paths-ignore:
7+
- "**/*.md"
68
pull_request:
9+
paths-ignore:
10+
- "**/*.md"
711

812
jobs:
913
build:

.github/workflows/windows.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ on:
33
push:
44
branches:
55
- 'master'
6+
paths-ignore:
7+
- "**/*.md"
68
pull_request:
9+
paths-ignore:
10+
- "**/*.md"
711

812
jobs:
913
build:

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ To use Keira3, you don't need to install any dependency. Just [download](https:/
4343

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

46+
:warning: [Windows 7 or older Windows versions](https://github.com/azerothcore/Keira3/issues/2212) are not officially supported.
47+
4648
## How to run Keira3 in development mode
4749

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

67-
Only for **Windows**, install windows-build-tools as administrator:
69+
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:
6870
```
6971
npm install --global-production windows-build-tools
7072
```

0 commit comments

Comments
 (0)