-
-
Notifications
You must be signed in to change notification settings - Fork 1
44 lines (38 loc) · 1.02 KB
/
ci.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
name: CI
on:
push:
branches:
- "*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v1
- name: Run luacheck
uses: BigWigsMods/actions/luacheck@master
with:
args: -q --ignore 113 631 211 212 112 311
- name: "Generate recent changes"
uses: kemayo/actions-recent-changelog@v1
with:
input: CHANGELOG.md
output: RECENT_CHANGES.md
- name: Package Retail
uses: BigWigsMods/packager@master
with:
args: -d
# - name: Package Classic
# uses: BigWigsMods/packager@master
# with:
# args: -d -g classic
# # package for burning crusade
# - name: Package for Burning Crusade
# uses: BigWigsMods/packager@master
# with:
# args: -d -g bcc
# # package for Wrath
# - name: Package for WOTLK
# uses: BigWigsMods/packager@master
# with:
# args: -d -g wrath