File tree 1 file changed +24
-5
lines changed
1 file changed +24
-5
lines changed Original file line number Diff line number Diff line change 1
1
stages :
2
- - build-openshot-qt
2
+ - build
3
+ - deploy
3
4
4
5
linux-builder :
5
- stage : build-openshot-qt
6
+ stage : build
6
7
artifacts :
7
8
expire_in : 4 weeks
8
9
paths :
@@ -32,7 +33,7 @@ linux-builder:
32
33
- linux-bionic
33
34
34
35
mac-builder :
35
- stage : build-openshot-qt
36
+ stage : build
36
37
artifacts :
37
38
expire_in : 4 weeks
38
39
paths :
@@ -72,7 +73,7 @@ mac-builder:
72
73
- mac
73
74
74
75
windows-builder-x64 :
75
- stage : build-openshot-qt
76
+ stage : build
76
77
artifacts :
77
78
expire_in : 4 weeks
78
79
paths :
@@ -99,7 +100,7 @@ windows-builder-x64:
99
100
- windows
100
101
101
102
windows-builder-x86 :
102
- stage : build-openshot-qt
103
+ stage : build
103
104
artifacts :
104
105
expire_in : 4 weeks
105
106
paths :
@@ -126,3 +127,21 @@ windows-builder-x86:
126
127
tags :
127
128
- windows
128
129
130
+ deployer :
131
+ stage : deploy
132
+ artifacts :
133
+ expire_in : 4 weeks
134
+ paths :
135
+ - deploy/*
136
+ script :
137
+ - mkdir -p deploy;
138
+ - touch deploy/TEST;
139
+ - ls
140
+ - echo "Deploy me please"
141
+ when : manual
142
+ except :
143
+ - tags
144
+ only :
145
+ - release*
146
+ tags :
147
+ - linux-bionic
You can’t perform that action at this time.
0 commit comments