mirror of
https://github.com/mapbase-source/source-sdk-2013.git
synced 2025-01-13 23:37:58 +03:00
Updated GitHub workflows
This commit is contained in:
parent
8da7734c0d
commit
f5cf90dbc3
@ -64,5 +64,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
configuration: '${{ github.event.inputs.configuration }}'
|
configuration: '${{ github.event.inputs.configuration }}'
|
||||||
branch: '${{ github.event.inputs.branch }}'
|
branch: '${{ github.event.inputs.branch }}'
|
||||||
|
game: '${{ github.event.inputs.game }}'
|
||||||
project-group: '${{ github.event.inputs.project-group }}'
|
project-group: '${{ github.event.inputs.project-group }}'
|
||||||
solution-name: '${{ github.event.inputs.solution-name }}'
|
solution-name: '${{ github.event.inputs.solution-name }}'
|
||||||
|
build-on-linux: '${{ github.event.inputs.build-on-linux }}'
|
||||||
|
2
.github/workflows/mapbase_build-base.yml
vendored
2
.github/workflows/mapbase_build-base.yml
vendored
@ -212,7 +212,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Create project files
|
- name: Create project files
|
||||||
working-directory: '${{inputs.branch}}/src'
|
working-directory: '${{inputs.branch}}/src'
|
||||||
run: sudo ./create${{inputs.project-group}}projects
|
run: ./create${{inputs.project-group}}projects
|
||||||
|
|
||||||
# --------------------------------------------------------------------
|
# --------------------------------------------------------------------
|
||||||
|
|
||||||
|
3
.github/workflows/mapbase_build-master.yml
vendored
3
.github/workflows/mapbase_build-master.yml
vendored
@ -18,7 +18,7 @@ on:
|
|||||||
- master
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
games:
|
everything:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
configuration: [Release, Debug]
|
configuration: [Release, Debug]
|
||||||
@ -26,7 +26,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
configuration: ${{ matrix.configuration }}
|
configuration: ${{ matrix.configuration }}
|
||||||
branch: 'sp'
|
branch: 'sp'
|
||||||
game: 'episodic' # Change this if your mod is not using HL2/Episodic game projects
|
|
||||||
project-group: 'all'
|
project-group: 'all'
|
||||||
solution-name: 'everything'
|
solution-name: 'everything'
|
||||||
build-on-linux: true # Disable this if you don't want to compile for Linux
|
build-on-linux: true # Disable this if you don't want to compile for Linux
|
||||||
|
Loading…
x
Reference in New Issue
Block a user