File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed
Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,18 @@ include:
2727 - project : ' libretro-infrastructure/ci-templates'
2828 file : ' /windows-i686-mingw.yml'
2929
30+ # Windows msvc10 64-bit
31+ - project : ' libretro-infrastructure/ci-templates'
32+ file : ' /windows-x64-msvc10-msys2.yml'
33+
34+ # Windows msvc10 32-bit
35+ - project : ' libretro-infrastructure/ci-templates'
36+ file : ' /windows-i686-msvc10-msys2.yml'
37+
38+ # Windows msvc05 32-bit
39+ - project : ' libretro-infrastructure/ci-templates'
40+ file : ' /windows-i686-msvc05-msys2.yml'
41+
3042 # Linux 64-bit
3143 - project : ' libretro-infrastructure/ci-templates'
3244 file : ' /linux-x64.yml'
@@ -112,6 +124,24 @@ libretro-build-windows-i686:
112124 - .libretro-windows-i686-mingw-make-default
113125 - .core-defs
114126
127+ # Windows msvc10 64-bit
128+ libretro-build-windows-msvc10-x64 :
129+ extends :
130+ - .libretro-windows-x64-msvc10-msys2-make-default
131+ - .core-defs
132+
133+ # Windows msvc10 32-bit
134+ libretro-build-windows-msvc10-i686 :
135+ extends :
136+ - .libretro-windows-i686-msvc10-msys2-make-default
137+ - .core-defs
138+
139+ # Windows msvc05 32-bit
140+ libretro-build-windows-msvc05-i686 :
141+ extends :
142+ - .libretro-windows-i686-msvc05-msys2-make-default
143+ - .core-defs
144+
115145# Linux 64-bit
116146libretro-build-linux-x64 :
117147 extends :
You can’t perform that action at this time.
0 commit comments