From fa9427d22a7828be393e7e2d9d3e7f658b50666d Mon Sep 17 00:00:00 2001 From: LePresidente Date: Mon, 18 Feb 2019 13:50:48 +0200 Subject: Added appveyor build badge to readme.md Added appveyor.yml which will control the appveyor build in the future (currently extremely basic) --- appveyor.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 appveyor.yml (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 00000000..48511ced --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,8 @@ +version: 1.0.{build} +image: Visual Studio 2017 +build_script: +- cmd: >- + git clone --depth=1 --branch=Appveyor https://github.com/ModOrganizer2/modorganizer-umbrella.git c:\projects\modorganizer-umbrella 2> $null + mkdir c:\projects\modorganizer-build -type directory + cd c:\projects\modorganizer-umbrella + C:\Python37-x64\python.exe unimake.py -d c:\projects\modorganizer-build -s Appveyor_Build=True %APPVEYOR_PROJECT_NAME% -- cgit v1.3.1