mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-01-08 22:15:28 +00:00
20 lines
371 B
YAML
20 lines
371 B
YAML
version: 1.0-{build}
|
|
|
|
platform:
|
|
- x64
|
|
|
|
environment:
|
|
global:
|
|
MSYS2_ARCH: x86_64
|
|
matrix:
|
|
- HOST_ARCH_ARG: --host=x86_64-w64-mingw32
|
|
ADD_PATH: /mingw64/bin
|
|
- HOST_ARCH_ARG: --host=i686-w64-mingw32
|
|
ADD_PATH: /mingw32/bin
|
|
|
|
install:
|
|
- C:\"Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat"
|
|
|
|
build_script:
|
|
- make.sh cross-win64
|