parent
4c3de866b7
commit
f021b8e4a4
6 changed files with 153 additions and 0 deletions
28
.github/workflows/R1ko-Shop-Core-Fork.yml
vendored
Normal file
28
.github/workflows/R1ko-Shop-Core-Fork.yml
vendored
Normal 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
25
.github/workflows/dev.yml
vendored
Normal 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
25
.github/workflows/kxnrl.yml
vendored
Normal 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
25
.github/workflows/master.yml
vendored
Normal 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
25
.github/workflows/mystore.yml
vendored
Normal 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
25
.github/workflows/store.yml
vendored
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue