Skip to content

Commit 75a2729

Browse files
committed
4.23 Update
1 parent d4c72ac commit 75a2729

2 files changed

Lines changed: 29 additions & 1 deletion

File tree

.gitlab-ci.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
stages:
2+
- compile
3+
- test
4+
- deploy
5+
6+
variables:
7+
plugin: AttributesExtension
8+
engine_version: 23
9+
10+
cache:
11+
paths:
12+
- Build/
13+
14+
build plugin:
15+
stage: compile
16+
script:
17+
- cmd.exe /c E:\Piperift\GitlabRunner\Lib\BuildPlugin.bat
18+
19+
unit test:
20+
stage: test
21+
script:
22+
- echo No tests implemented
23+
24+
upload:
25+
stage: deploy
26+
script:
27+
- cmd.exe /c E:\Piperift\GitlabRunner\Lib\CompressPlugin.bat
28+
- cmd.exe /c E:\Piperift\GitlabRunner\Lib\Upload.bat

AttributesExtension.uplugin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"CreatedByURL": "http://piperift.com/",
1111
"DocsURL": "https://piperift.com/AttributesExtension/",
1212
"SupportURL": "info@piperift.com",
13-
"EngineVersion": "4.22",
13+
"EngineVersion": "4.23",
1414
"CanContainContent": false,
1515
"IsBetaVersion": false,
1616
"Modules": [

0 commit comments

Comments
 (0)