Skip to content

Commit

Permalink
Add support for hl2sdk-mock.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvander committed Sep 22, 2021
1 parent 1b0c7bc commit a5f99c5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ image: Visual Studio 2015
clone_folder: c:/projects/sourcemod
clone_depth: 1
install:
- cmd: set PATH=C:\Python38;C:\Python38\Scripts;%PATH%
- cmd: git submodule update --init --recursive
- cmd: git pull --recurse-submodules
- cmd: cd ..
Expand All @@ -12,5 +13,5 @@ build_script:
- cmd: call "%VS140COMNTOOLS%/vsvars32.bat"
- cmd: mkdir build
- cmd: cd build
- cmd: c:\python27\python.exe ../configure.py --enable-optimize --no-mysql --sdks=episode1,css,tf2,l4d2,csgo
- cmd: python.exe ../configure.py --enable-optimize --no-mysql --sdks=episode1,css,tf2,l4d2,csgo
- cmd: ambuild
2 changes: 1 addition & 1 deletion tools/checkout-deps.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ if (-not (Test-Path "sourcemod" -PathType Container))
Exit 1
}

Get-Repository -Name "mmsource-1.10" -Branch "1.10-dev" -Repo "https://github.com/alliedmodders/metamod-source.git"
Get-Repository -Name "mmsource-1.10" -Branch "master" -Repo "https://github.com/alliedmodders/metamod-source.git"

if (-not (Test-Path "hl2sdk-proxy-repo" -PathType Container))
{
Expand Down
2 changes: 1 addition & 1 deletion tools/checkout-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ checkout ()
}

name=mmsource-1.10
branch=1.10-dev
branch=master
repo="https://github.com/alliedmodders/metamod-source"
origin=
checkout
Expand Down

0 comments on commit a5f99c5

Please sign in to comment.