source-foundry / FSCW

Toolkit to create Windows desktop setups for fonts.
MIT License
12 stars 6 forks source link

appveyor test installs #5

Open chrissimpkins opened 7 years ago

chrissimpkins commented 7 years ago

Possible to execute the built setup.exe file on Appveyor to test installs across Win platforms?

texhex commented 7 years ago

Well, we could execute it on the VM we have used to build it but what should we check? That the files are correctly installed is ensured by the installer itself, as we use hash values. So I'm a little bit puzzled what we could test.

chrissimpkins commented 7 years ago

Win 7, 8, 10

XP ;)

That the tool works across Win versions

texhex commented 7 years ago

I think your find of the Font Validator and adding this as a part of the AppVeyor script (see #6) makes more sense to me.

XP is already EOL, Windows 7 is only running on Pre-Kaby Lake platforms, 8 is a mess to work with and Windows 10 should be fully compatible with the Server 2016 VMs AppVeyor is using (see Build Environment. I think we have all (=one : ) OS covered that is the way forward.

chrissimpkins commented 7 years ago

:+1: Sounds great Tex! Let me know if you need anything from me.