Skip to content

Commit d3dcb13

Browse files
warmenhovenflyinghead
authored andcommitted
Update .gitlab-ci.yml
1 parent 2cb2ac2 commit d3dcb13

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.gitlab-ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
extends: .core-defs
1616
variables:
1717
CORE_ARGS: -DLIBRETRO=ON -DUSE_LIBCDIO=ON -DCMAKE_POSITION_INDEPENDENT_CODE=TRUE -DCMAKE_BUILD_TYPE=Release
18+
CC: /usr/bin/gcc-12
19+
CXX: /usr/bin/g++-12
1820

1921
.core-defs-osx-x64:
2022
extends: .core-defs
@@ -31,7 +33,9 @@
3133
.core-defs-ios-arm64:
3234
extends: .core-defs
3335
variables:
34-
CORE_ARGS: -DLIBRETRO=ON -DCMAKE_BUILD_TYPE=Release
36+
CORE_ARGS: -DLIBRETRO=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_OSX_DEPLOYMENT_TARGET=13.0
37+
IOS_MINVER: 13.0
38+
MINVER: 13.0
3539

3640
.core-defs-android:
3741
extends: .core-defs
@@ -108,12 +112,14 @@ libretro-build-linux-x64:
108112
extends:
109113
- .libretro-linux-cmake-x86_64
110114
- .core-defs-linux
115+
image: $CI_SERVER_HOST:5050/libretro-infrastructure/libretro-build-amd64-ubuntu:backports
111116

112117
# Linux 32-bit
113118
libretro-build-linux-i686:
114119
extends:
115120
- .libretro-linux-cmake-x86
116121
- .core-defs-linux
122+
image: $CI_SERVER_HOST:5050/libretro-infrastructure/libretro-build-i386-ubuntu:backports
117123

118124
# MacOS 64-bit
119125
libretro-build-osx-x64:

0 commit comments

Comments
 (0)