From 24ef8c56d272ce6d28135a4848d1abfb7c532072 Mon Sep 17 00:00:00 2001 From: LePresidente Date: Mon, 18 Feb 2019 14:30:26 +0200 Subject: Added blank lines between commands, due to appveyor sees it as a single command --- appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 48511ced..fa0ca81d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,6 +3,9 @@ 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