Skip to content

Commit 289ffb8

Browse files
author
Yuuki
committed
tes 4.0,4.6,4.7
1 parent 7f4ccd1 commit 289ffb8

7 files changed

+79
-9
lines changed

.github/workflows/yuukips.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
name: YuukiPS Alpine (4.0) (19) (Stable)
1+
name: YuukiPS Alpine (4.0) (19)
22
on:
33
push:
4-
paths: # TES3
4+
paths:
55
- "gs/os-loc-alpine-gc"
66
- "gs/ver_GSServer-GC-4.0"
77
- "gs/run.sh"
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- name: Sync DockerGS
14+
- name: Sync DockerGI
1515
uses: actions/checkout@v3
1616
- name: Sync YuukiPS
1717
uses: actions/checkout@v3

.github/workflows/yuukipsv1.yml

+49
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
name: YuukiPS Alpine (4.6) (22)
2+
on:
3+
push:
4+
paths:
5+
- "gs/os-loc-alpine-gc"
6+
- "gs/ver_GSServer-GC-4.6-brokebroke"
7+
- "gs/run.sh"
8+
- "gs/entrypoint_gc.sh"
9+
- ".github/workflows/yuukipsv2.yml"
10+
jobs:
11+
build:
12+
runs-on: ubuntu-latest
13+
steps:
14+
- name: Sync DockerGI
15+
uses: actions/checkout@v3
16+
- name: Sync YuukiPS
17+
uses: actions/checkout@v3
18+
with:
19+
repository: YuukiPS/GSServer-GC
20+
ref: "4.6-brokebroke"
21+
token: ${{ secrets.HUB_TOKEN }}
22+
path: gs/GSServer-GC
23+
- name: Setup Java
24+
uses: actions/setup-java@v3
25+
with:
26+
distribution: temurin
27+
java-version: "17"
28+
cache: "gradle"
29+
- name: Set up Docker Buildx
30+
uses: docker/setup-buildx-action@v2
31+
- name: Login to Docker Hub
32+
uses: docker/login-action@v2
33+
with:
34+
registry: registry.gitlab.com
35+
username: ${{secrets.DOCKER_USER_PRIVATE_GITLAB}}
36+
password: ${{secrets.DOCKER_PASSWORD_PRIVATE_GITLAB}}
37+
- name: Build Local Jar
38+
run: cd gs && chmod +x run.sh && sh run.sh alpine build 22 docker_action pv
39+
- name: Build Image Docker and Push
40+
uses: docker/build-push-action@v3
41+
with:
42+
context: ./gs
43+
file: ./gs/os-loc-alpine-gc
44+
push: true
45+
tags: |
46+
${{ env.ver1 }}
47+
${{ env.ver2 }}
48+
cache-from: type=gha
49+
cache-to: type=gha,mode=max

.github/workflows/yuukipsv2.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
name: YuukiPS Alpine (4.6) (22) (Broke Broke)
1+
name: YuukiPS Alpine (4.7) (23)
22
on:
33
push:
44
paths:
55
- "gs/os-loc-alpine-gc"
6-
- "gs/ver_GSServer-GC-4.6-brokebroke"
6+
- "gs/ver_GSServer-GC-4.7"
77
- "gs/run.sh"
88
- "gs/entrypoint_gc.sh"
99
- ".github/workflows/yuukipsv2.yml"
1010
jobs:
1111
build:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- name: Sync DockerGS
14+
- name: Sync DockerGI
1515
uses: actions/checkout@v3
1616
- name: Sync YuukiPS
1717
uses: actions/checkout@v3
1818
with:
1919
repository: YuukiPS/GSServer-GC
20-
ref: "4.6-brokebroke"
20+
ref: "4.7"
2121
token: ${{ secrets.HUB_TOKEN }}
2222
path: gs/GSServer-GC
2323
- name: Setup Java
@@ -35,7 +35,7 @@ jobs:
3535
username: ${{secrets.DOCKER_USER_PRIVATE_GITLAB}}
3636
password: ${{secrets.DOCKER_PASSWORD_PRIVATE_GITLAB}}
3737
- name: Build Local Jar
38-
run: cd gs && chmod +x run.sh && sh run.sh alpine build 22 docker_action pv
38+
run: cd gs && chmod +x run.sh && sh run.sh alpine build 23 docker_action pv
3939
- name: Build Image Docker and Push
4040
uses: docker/build-push-action@v3
4141
with:

gs/entrypoint_gc.sh

+3
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,9 @@ elif echo "$version" | grep -F -w "4.5"; then
164164
elif echo "$version" | grep -F -w "4.6"; then
165165
version_res="4.6"
166166
# resmd5=""
167+
elif echo "$version" | grep -F -w "4.7"; then
168+
version_res="4.7"
169+
# resmd5=""
167170
fi
168171

169172
echo "Runs with OS $OSVS"

gs/run.sh

+17
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,13 @@ if [ "$2" != "version_action" ]; then
6161
useShortProject="yuukips"
6262
useProject="GSServer-GC"
6363
userHub="registry.gitlab.com/yuukips"
64+
elif [ "$versioncontrol" = "23" ]; then # for private
65+
mainProject="yuukigc"
66+
useBranchesProject="4.7"
67+
useBranchesRes="4.7"
68+
useShortProject="yuukips"
69+
useProject="GSServer-GC"
70+
userHub="registry.gitlab.com/yuukips"
6471
fi
6572

6673
fi
@@ -86,6 +93,10 @@ foldertodo="todo_$useFolderProject"
8693
folderworkdata="$folderwork/data"
8794
filejson="$folderwork/config.json"
8895
filejson_res="$foldertodo/config.backup"
96+
97+
filejson_scene3_backup="$foldertodo/cache/scene3_grid.json" # BIG DATA
98+
filejson_scene3_work="$folderwork/cache/scene3_grid.json"
99+
89100
filecache="$folderwork/cache/TextMapCache.bin"
90101

91102
# Check OS
@@ -234,6 +245,12 @@ if [ "$metode" = "start" ]; then
234245
cp -rTf $filejson_res $filejson
235246
fi
236247

248+
if test -f "$filejson_scene3_backup"; then
249+
echo "Found file scene 3 backup"
250+
mkdir -p "$(dirname "$filejson_scene3_work")"
251+
cp -rTf $filejson_scene3_backup $filejson_scene3_work
252+
fi
253+
237254
cd $folderwork
238255

239256
if [ "$4" = "debug" ]; then

gs/ver_GSServer-GC-4.6-brokebroke

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3dc21b2
1+
529f5cf

gs/ver_GSServer-GC-4.7

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
b0345d1

0 commit comments

Comments
 (0)