shavit-credits/.github/workflows/mystore.yml
SaengerItsWar fb2d77384b
Some checks failed
/ Sourcemod Store Version (push) Failing after 5s
Revert "fix"
This reverts commit a3fb0c8fb1.
2023-06-20 12:09:34 +02:00

25 lines
No EOL
563 B
YAML

on:
push:
branches:
- mystore
jobs:
Build:
name: Build MyStore
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