Browse code

add powerpc and z to rebuild labels

Signed-off-by: Victor Vieux <victorvieux@gmail.com>

Victor Vieux authored on 2017/01/31 07:54:17
Showing 1 changed files
... ...
@@ -72,6 +72,11 @@
72 72
         }
73 73
       - type:       rebuild
74 74
         settings: {
75
+            configurations: [ powerpc ],
76
+            label:          "rebuild/powerpc",
77
+        }
78
+      - type:       rebuild
79
+        settings: {
75 80
             configurations: [ userns ],
76 81
             label:          "rebuild/userns",
77 82
         }
... ...
@@ -90,3 +95,8 @@
90 90
             configurations: [ windowsRS1 ],
91 91
             label:          "rebuild/windowsRS1",
92 92
         }
93
+      - type:       rebuild
94
+        settings: {
95
+            configurations: [ z ],
96
+            label:          "rebuild/z",
97
+        }