Skip to content

Mapbase MP Port 2025 (Mapbase TF2) #6

Mapbase MP Port 2025 (Mapbase TF2)

Mapbase MP Port 2025 (Mapbase TF2) #6

#
# MAPBASE SOURCE 2013 CI
#
# Builds map tool projects every time a pull request which modifies the map tool code is opened.
# If you're using a fork of Mapbase, feel free to configure this to meet your repository's needs.
#
# See mapbase_build-base.yml for more information on how this works.
name: Build Map Tool Projects #(SP Release)
on:
pull_request:
branches:
- develop
paths:
- '.github/workflows/mapbase_build-maptools.yml'
- 'src/vpc_scripts/**'
- 'src/utils/vbsp/**'
- 'src/utils/vvis/**'
- 'src/utils/vvis_launcher/**'
- 'src/utils/vrad/**'
- 'src/utils/vrad_launcher/**'
- 'src/mathlib/**'
- 'src/tier1/**'
- 'src/vgui2/vgui_controls/**'
- 'src/vscript/**'
jobs:
maptools:
strategy:
matrix:
configuration: [Release, Debug]
uses: ./.github/workflows/mapbase_build-base.yml

Check failure on line 33 in .github/workflows/mapbase_build-maptools.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/mapbase_build-maptools.yml

Invalid workflow file

error parsing called workflow ".github/workflows/mapbase_build-maptools.yml" -> "./.github/workflows/mapbase_build-base.yml" : (Line: 66, Col: 7): 'if' is already defined, (Line: 67, Col: 7): 'working-directory' is already defined, (Line: 68, Col: 7): 'shell' is already defined, (Line: 69, Col: 7): 'run' is already defined
with:
configuration: ${{ matrix.configuration }}
project-group: 'maptools'
solution-name: 'maptools'