gitlab/cerbero: Use new prefix for jobs built with MinGW

This commit is contained in:
Nirbheek Chauhan 2020-03-02 14:39:43 +05:30 committed by Nirbheek Chauhan
parent 28881dddb4
commit 3608d69c1f

View file

@ -681,7 +681,7 @@ cerbero deps cross-windows x86:
extends: '.cerbero deps'
variables:
CONFIG: "cross-win32.cbc"
ARCH: "windows_x86"
ARCH: "mingw_x86"
.cerbero cross win32:
extends: '.cerbero'
@ -717,7 +717,7 @@ cerbero deps cross-windows x86_64:
extends: '.cerbero deps'
variables:
CONFIG: "cross-win64.cbc"
ARCH: "windows_x86_64"
ARCH: "mingw_x86_64"
.cerbero cross win64:
extends: '.cerbero'