mirror of
https://github.com/mapbase-source/source-sdk-2013.git
synced 2024-12-26 06:45:31 +03:00
Updated GitHub workflows
This commit is contained in:
parent
8da7734c0d
commit
f5cf90dbc3
@ -64,5 +64,7 @@ jobs:
|
||||
with:
|
||||
configuration: '${{ github.event.inputs.configuration }}'
|
||||
branch: '${{ github.event.inputs.branch }}'
|
||||
game: '${{ github.event.inputs.game }}'
|
||||
project-group: '${{ github.event.inputs.project-group }}'
|
||||
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
|
||||
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
|
||||
|
||||
jobs:
|
||||
games:
|
||||
everything:
|
||||
strategy:
|
||||
matrix:
|
||||
configuration: [Release, Debug]
|
||||
@ -26,7 +26,6 @@ jobs:
|
||||
with:
|
||||
configuration: ${{ matrix.configuration }}
|
||||
branch: 'sp'
|
||||
game: 'episodic' # Change this if your mod is not using HL2/Episodic game projects
|
||||
project-group: 'all'
|
||||
solution-name: 'everything'
|
||||
build-on-linux: true # Disable this if you don't want to compile for Linux
|
||||
|
Loading…
Reference in New Issue
Block a user