macemu/appveyor.yml
2017-01-23 00:02:30 -08:00

25 lines
655 B
YAML

version: 1.0.{build}
platform: x64
clone_folder: c:\project\src\github.com\rakslice\macemu
clone_depth: 5
environment:
matrix:
- PYTHON: "C:\\Python27"
PYTHON_VERSION: "2.7.x" # currently 2.7.9?
PYTHON_ARCH: "32"
build_script:
- cmd: >-
%PYTHON%\python.exe c:\project\src\github.com\rakslice\macemu\SheepShaver\src\Windows\build_on_msys.py --build i686-pc-mingw32 --show-build-environment
after_build:
- 7z a sheepshaver.zip c:\project\src\github.com\rakslice\macemu\SheepShaver\src\Windows\SheepShaver.exe
cache:
- C:\mingw-sheep\var -> appveyor.yml
artifacts:
- path: sheepshaver.zip
name: sheepshaver non-jit build