From c4903326ab0d8672aa57837bef007b4017a525a9 Mon Sep 17 00:00:00 2001 From: Andrew Tonner Date: Sun, 22 Jan 2017 16:27:03 -0800 Subject: [PATCH] appveyor CI build script first cut --- appveyor.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 00000000..6e61d3f5 --- /dev/null +++ b/appveyor.yml @@ -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