This commit is contained in:
SaengerItsWar 2023-06-20 11:59:29 +02:00
parent 4c3de866b7
commit f021b8e4a4
Signed by: SaengerItsWar
GPG key ID: 2AA301E9EEDC190B
6 changed files with 153 additions and 0 deletions

View file

@ -0,0 +1,28 @@
name: R1ko-Shop-Core
on:
push:
branches:
- R1ko-Shop-Core-Fork
jobs:
Build:
name: R1ko-Shop-Core
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

25
.github/workflows/dev.yml vendored Normal file
View file

@ -0,0 +1,25 @@
on:
push:
branches:
- dev
jobs:
Build:
name: DEV 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

25
.github/workflows/kxnrl.yml vendored Normal file
View file

@ -0,0 +1,25 @@
on:
push:
branches:
- kxnrl
jobs:
Build:
name: Build Kxnrl
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

25
.github/workflows/master.yml vendored Normal file
View file

@ -0,0 +1,25 @@
on:
push:
branches:
- master
jobs:
Build:
name: Zephyrus Store
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

25
.github/workflows/mystore.yml vendored Normal file
View file

@ -0,0 +1,25 @@
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

25
.github/workflows/store.yml vendored Normal file
View file

@ -0,0 +1,25 @@
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