File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 15
15
extends : .core-defs
16
16
variables :
17
17
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
18
20
19
21
.core-defs-osx-x64 :
20
22
extends : .core-defs
31
33
.core-defs-ios-arm64 :
32
34
extends : .core-defs
33
35
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
35
39
36
40
.core-defs-android :
37
41
extends : .core-defs
@@ -108,12 +112,14 @@ libretro-build-linux-x64:
108
112
extends :
109
113
- .libretro-linux-cmake-x86_64
110
114
- .core-defs-linux
115
+ image : $CI_SERVER_HOST:5050/libretro-infrastructure/libretro-build-amd64-ubuntu:backports
111
116
112
117
# Linux 32-bit
113
118
libretro-build-linux-i686 :
114
119
extends :
115
120
- .libretro-linux-cmake-x86
116
121
- .core-defs-linux
122
+ image : $CI_SERVER_HOST:5050/libretro-infrastructure/libretro-build-i386-ubuntu:backports
117
123
118
124
# MacOS 64-bit
119
125
libretro-build-osx-x64 :
You can’t perform that action at this time.
0 commit comments