From 1ebd9044ca9214e4b08584b2a5d273d56246a6b5 Mon Sep 17 00:00:00 2001 From: Arkshine Date: Mon, 9 Mar 2015 23:12:27 +0100 Subject: [PATCH] Fix AppVeyor --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 869a8066..4dc0588d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,12 +1,12 @@ version: 1.0.{build} clone_folder: c:\projects\amxmodx install: +- git submodule update --init --recursive - 'c:' - chdir c:\projects - git clone https://github.com/alliedmodders/ambuild - git clone https://github.com/alliedmodders/metamod-hl1 - git clone https://github.com/alliedmodders/hlsdk -- git submodule update --init --recursive - cd ambuild - c:\python27\python setup.py install - cd ..\amxmodx