Skip to content

Commit

Permalink
add compile system filterscripts
Browse files Browse the repository at this point in the history
  • Loading branch information
wahitftry authored Jan 24, 2024
1 parent 28c72aa commit 771b91e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,14 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Compile SAMP Gamemode
- name: Compile CWJ Filterscript
run: |
cd pawno
for script in ../filterscripts/*.pwn; do
./pawncc.exe "$script" --% -Dfilterscripts -;+ -(+ -d3
done
- name: Compile CWJ Gamemode
run: |
cd pawno
./pawncc.exe ../gamemodes/bb_freeroam.pwn --% -Dgamemodes -;+ -(+ -d3
Expand Down

0 comments on commit 771b91e

Please sign in to comment.