kodi-game / game.libretro

Libretro compatibility layer for the Kodi Game API
GNU General Public License v2.0
37 stars 26 forks source link

Disable WindowsStore builds in appveyor.yml #119

Closed garbear closed 7 months ago

garbear commented 7 months ago

Description

Currently, Appveyor is failing on WindowsStore builds (both x64 and ARM) due to a VS bug in version 17.8.2. Let's disable these platforms until VS is updated on Appveyor.

Appveyor error was:

  -- The C compiler identification is unknown
  -- The CXX compiler identification is MSVC 19.38.33130.0
  CMake Error at CMakeLists.txt:2 (project):
    No CMAKE_C_COMPILER could be found.
CrystalP commented 7 months ago

This is exactly one of the errors I had with UWP and VS 17.8.1. 17.8.3 fixes it.

garbear commented 7 months ago

I saw that in slack, thanks for clarifying here. I'll check occasionally to see when appveyor updates to 17.8.3.