Use upstream AMTL as a submodule

This commit is contained in:
Arkshine
2015-03-09 22:34:52 +01:00
parent 22c3d62dec
commit 181cbae74c
51 changed files with 78 additions and 5081 deletions

18
appveyor.yml Normal file
View File

@@ -0,0 +1,18 @@
version: 1.0.{build}
clone_folder: c:\projects\amxmodx
install:
- '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
build_script:
- '"%VS120COMNTOOLS%\vsvars32.bat"'
- mkdir build
- cd build
- c:\python27\python ../configure.py --enable-optimize --no-mysql
- c:\python27\scripts\ambuild