gameserver: try to resolve the crash when moving the client #1590
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Build Plugin | |
| on: | |
| push: | |
| paths: | |
| - '.github/workflows/compile.yml' | |
| - 'source/**' | |
| - 'libs/**' | |
| - 'premake5.lua' | |
| - '!source/public/README.md' | |
| pull_request: | |
| workflow_dispatch: | |
| jobs: | |
| build: | |
| uses: RaphaelIT7/gmod-common-module-base/.github/workflows/compile.yml@workflow | |
| with: | |
| PROJECT_NAME: "holylib" | |
| BUILD_64x: "true" | |
| REALM: "sv" | |
| LINUX_FILEEXTENTION: "so" | |
| BUILD_WINDOWS: "true" | |
| ARTIFACT_EXPIRE: "7" | |
| SOURCESDK_MINIMAL: "RaphaelIT7/sourcesdk-minimal" | |
| SOURCESDK_MINIMAL_BRANCH: "patch-6" | |
| SOURCESDK_MINIMAL_64XBRANCH: "x86-64-patch-1" | |
| GARRYSMOD_COMMON: "RaphaelIT7/garrysmod_common" | |
| build_testingarea: | |
| uses: RaphaelIT7/gmod-common-module-base/.github/workflows/compile.yml@workflow | |
| secrets: | |
| PTERODACTYL_KEY: ${{ secrets.PTERODACTYL_KEY }} | |
| PTERODACTYL_SERVER: ${{ secrets.PTERODACTYL_SERVER }} | |
| PTERODACTYL_URL: ${{ secrets.PTERODACTYL_URL }} | |
| with: | |
| PROJECT_NAME: "holylib" | |
| BUILD_64x: "true" | |
| REALM: "sv" | |
| LINUX_FILEEXTENTION: "so" | |
| BUILD_WINDOWS: "false" | |
| UPLOAD: "pterodactyl" | |
| SOURCESDK_MINIMAL: "RaphaelIT7/sourcesdk-minimal" | |
| SOURCESDK_MINIMAL_BRANCH: "patch-6" | |
| SOURCESDK_MINIMAL_64XBRANCH: "x86-64-patch-1" | |
| GARRYSMOD_COMMON: "RaphaelIT7/garrysmod_common" |