mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-26 06:45:37 +03:00
Fix AppVeyor
This commit is contained in:
parent
181cbae74c
commit
1ebd9044ca
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user