Added AppVeyor config file

This commit is contained in:
Asher Baker 2016-01-14 12:48:36 +00:00
parent 7fcdb36a14
commit 34c98654db

17
appveyor.yml Normal file
View File

@ -0,0 +1,17 @@
version: '{build}'
install:
- cd ..
- git clone --depth=1 --branch=1.7-dev https://github.com/alliedmodders/sourcemod sourcemod-1.5
- git clone --depth=1 --branch=master https://github.com/alliedmodders/ambuild
- cd ambuild
- C:\python27\python.exe setup.py install
- cd %APPVEYOR_BUILD_FOLDER%
- breakpad.bat
build_script:
- '"%VS120COMNTOOLS%\vsvars32.bat"'
- mkdir build
- cd build
- C:\python27\python.exe ..\configure.py --enable-optimize
- C:\python27\python.exe build.py
on_success:
- C:\python27\python.exe ..\upload.py