SaengerItsWar
df8bafa367
All checks were successful
/ Sourcemod Store Version (push) Successful in 6s
25 lines
No EOL
575 B
YAML
25 lines
No EOL
575 B
YAML
on:
|
|
push:
|
|
branches:
|
|
- store
|
|
|
|
jobs:
|
|
Build:
|
|
name: Sourcemod Store Version
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- uses: actions/checkout@v3
|
|
- name: Setup SourcePawn Compiler
|
|
uses: https://github.com/rumblefrog/setup-sp@master
|
|
with:
|
|
version: "1.11.x"
|
|
GH_ACCESS_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
|
|
|
|
- name: Compiling shavit-credits.sp
|
|
run: |
|
|
which spcomp
|
|
echo $includePath
|
|
ls -l $scriptingPath
|
|
cat $(which spcomp)
|
|
spcomp -iscripting/include scripting/shavit-credits.sp |