File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ build:debian-7:
15
15
stage : build
16
16
image : debian:7
17
17
only :
18
- - master
18
+ - PGPROEE9_6
19
19
before_script :
20
20
- apt-get update && apt-get install -y gcc make flex bison libreadline-dev zlib1g-dev jade
21
21
script :
@@ -28,7 +28,7 @@ build:debian-8:
28
28
stage : build
29
29
image : debian:8
30
30
only :
31
- - master
31
+ - PGPROEE9_6
32
32
before_script :
33
33
- apt update && apt -y install gcc make flex bison libreadline-dev zlib1g-dev jade
34
34
script :
@@ -40,7 +40,7 @@ build:debian-8:
40
40
sanitize:clang :
41
41
stage : sanitize
42
42
only :
43
- - master
43
+ - PGPROEE9_6
44
44
before_script :
45
45
- apt update && apt -y install clang libfindbin-libs-perl
46
46
script :
@@ -51,7 +51,7 @@ sanitize:clang:
51
51
sanitize:cppcheck :
52
52
stage : sanitize
53
53
only :
54
- - master
54
+ - PGPROEE9_6
55
55
before_script :
56
56
- apt update && apt -y install cppcheck
57
57
script :
@@ -61,7 +61,7 @@ sanitize:cppcheck:
61
61
test :
62
62
stage : test
63
63
only :
64
- - master
64
+ - PGPROEE9_6
65
65
before_script :
66
66
- apt update && apt -y install gcc make flex bison libreadline-dev zlib1g-dev jade
67
67
script :
73
73
package :
74
74
stage : package
75
75
only :
76
- - master
76
+ - PGPROEE9_6
77
77
script :
78
78
- echo "Building deb package here"
79
79
when : always
You can’t perform that action at this time.
0 commit comments