Skip to content

Commit

Permalink
Updated GitHub workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Blixibon committed Oct 30, 2022
1 parent 8da7734 commit f5cf90d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/mapbase_build-base-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 1 addition & 1 deletion .github/workflows/mapbase_build-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

# --------------------------------------------------------------------

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/mapbase_build-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,14 @@ on:
- master

jobs:
games:
everything:
strategy:
matrix:
configuration: [Release, Debug]
uses: ./.github/workflows/mapbase_build-base.yml
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

0 comments on commit f5cf90d

Please sign in to comment.