forked from KonstantinderZweite/Sebennar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bitbucket-pipelines.yml
51 lines (49 loc) · 1.51 KB
/
bitbucket-pipelines.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
45
46
47
48
49
50
51
image: atlassian/default-image:3
pipelines:
default:
- step:
name: Sync GitHub Mirror
image: alpine/git:latest
clone:
enabled: false
script:
- git clone --bare [email protected]:JayBean/anbennar-eu4-fork-public-build.git
- cd anbennar-eu4-fork-public-build.git
- git push --mirror [email protected]:JayBean/Anbennar-PublicFork.git
- parallel:
- step:
name: 'Decisions Encoding'
condition:
changesets:
includePaths:
- "decisions/*.txt"
script:
- echo "Checking decisions encoding..."
- /bin/bash checkEncoding.sh -d
- step:
name: 'Events Encoding'
condition:
changesets:
includePaths:
- "events/*.txt"
script:
- echo "Checking events encoding..."
- /bin/bash checkEncoding.sh -e
- step:
name: 'Localization Encoding'
condition:
changesets:
includePaths:
- "localisation/*.yml"
script:
- echo "Checking localization encoding..."
- /bin/bash checkEncoding.sh -l
- step:
name: 'Brackets Syntax'
condition:
changesets:
includePaths:
- "**.txt"
script:
- echo "Checking localization encoding..."
- /bin/bash checkEncoding.sh -i