mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-25 02:33:09 +00:00
25 lines
661 B
YAML
25 lines
661 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\cache -> appveyor.yml
|
|
|
|
artifacts:
|
|
- path: sheepshaver.zip
|
|
name: sheepshaver non-jit build
|