summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLePresidente <brian.alexander.munro@gmail.com>2019-02-18 14:30:26 +0200
committerLePresidente <brian.alexander.munro@gmail.com>2019-02-18 14:30:26 +0200
commit24ef8c56d272ce6d28135a4848d1abfb7c532072 (patch)
treebf5fcc58126245c4ba2813f7ff90283e33f0287e
parentfa9427d22a7828be393e7e2d9d3e7f658b50666d (diff)
Added blank lines between commands, due to appveyor sees it as a single command
-rw-r--r--appveyor.yml3
1 files changed, 3 insertions, 0 deletions
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%