Skip to content

Instantly share code, notes, and snippets.

@jrassa
jrassa / es-deps-appveyor.yml
Last active February 10, 2018 13:06
Appveyor config for building EmulationStation Win32 dependencies
# version format
version: '{build}'
# Maximum number of concurrent jobs for the project
max_jobs: 1
# Build worker image (VM template)
image: Visual Studio 2015
# clone directory
@jrassa
jrassa / es-appveyor.yml
Last active August 29, 2022 14:35
Appveyor config for EmulationStation Win32 build
# version format
version: '{build}'
# Maximum number of concurrent jobs for the project
max_jobs: 1
# Build worker image (VM template)
image: Visual Studio 2015
# clone directory