Fix AppVeyor

This commit is contained in:
Arkshine 2015-03-09 23:12:27 +01:00
parent 181cbae74c
commit 1ebd9044ca

View File

@ -1,12 +1,12 @@
version: 1.0.{build} version: 1.0.{build}
clone_folder: c:\projects\amxmodx clone_folder: c:\projects\amxmodx
install: install:
- git submodule update --init --recursive
- 'c:' - 'c:'
- chdir c:\projects - chdir c:\projects
- git clone https://github.com/alliedmodders/ambuild - git clone https://github.com/alliedmodders/ambuild
- git clone https://github.com/alliedmodders/metamod-hl1 - git clone https://github.com/alliedmodders/metamod-hl1
- git clone https://github.com/alliedmodders/hlsdk - git clone https://github.com/alliedmodders/hlsdk
- git submodule update --init --recursive
- cd ambuild - cd ambuild
- c:\python27\python setup.py install - c:\python27\python setup.py install
- cd ..\amxmodx - cd ..\amxmodx