mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-25 09:19:02 +00:00
19 lines
371 B
YAML
19 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
|