Skip to content

Commit 9c0d9f9

Browse files
Add sourcemod-plugin job
1 parent 2fd1a94 commit 9c0d9f9

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/test.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ on:
77
permissions: write-all
88

99
jobs:
10+
sourcemod-plugin:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@v4
14+
15+
- name: Setup SourcePawn Compiler
16+
uses: rumblefrog/setup-sp@master
17+
with:
18+
version: "1.12.x"
19+
20+
- name: Ensure plugin builds
21+
working-directory: ./sourcemod/scripting
22+
run: spcomp -i"./include/" gbans.sp -o ../plugins/gbans.smx
23+
1024
lint-ts:
1125
runs-on: ubuntu-latest
1226
env:

0 commit comments

Comments
 (0)