mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-25 02:33:09 +00:00
appveyor CI build script first cut
This commit is contained in:
parent
7c01c27e02
commit
c4903326ab
21
appveyor.yml
Normal file
21
appveyor.yml
Normal file
@ -0,0 +1,21 @@
|
||||
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
|
||||
|
||||
after_build:
|
||||
- 7z a sheepshaver.zip c:\project\src\github.com\rakslice\macemu\SheepShaver\SheepShaver.exe
|
||||
|
||||
artifacts:
|
||||
- path: sheepshaver.zip
|
||||
name: sheepshaver non-jit build
|
Loading…
Reference in New Issue
Block a user