unicorn/.appveyor.yml

17 lines
286 B
YAML
Raw Normal View History

2016-03-08 05:52:13 +01:00
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
build_script:
2016-03-08 06:06:16 +01:00
- make.sh cross-win64