mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-06 18:08:26 +00:00
Add vscript & sourcescramble to workflow
This commit is contained in:
parent
47fec34d84
commit
e668ef8395
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -32,7 +32,13 @@ jobs:
|
|||||||
tar --strip-components=1 -xvzf v5.0.1.tar.gz sm-json-5.0.1/addons/sourcemod/scripting/include
|
tar --strip-components=1 -xvzf v5.0.1.tar.gz sm-json-5.0.1/addons/sourcemod/scripting/include
|
||||||
wget https://github.com/hermansimensen/eventqueue-fix/archive/refs/heads/main.tar.gz
|
wget https://github.com/hermansimensen/eventqueue-fix/archive/refs/heads/main.tar.gz
|
||||||
tar --strip-components=1 -xvzf main.tar.gz -C addons/sourcemod
|
tar --strip-components=1 -xvzf main.tar.gz -C addons/sourcemod
|
||||||
rm -rf *.zip *.tar.gz addons/sourcemod/.git* addons/sourcemod/LICENSE
|
wget https://github.com/nosoop/SMExt-SourceScramble/releases/download/0.7.1.4/package.tar.gz
|
||||||
|
tar --strip-components=1 -xvzf package.tar.gz
|
||||||
|
wget https://github.com/nosoop/SMExt-SourceScramble/releases/download/0.7.1.4/package.zip
|
||||||
|
unzip package.zip "addons/sourcemod/scripting/extensions/*"
|
||||||
|
wget https://github.com/FortyTwoFortyTwo/VScript/archive/refs/tags/1.10.0.90.tar.gz
|
||||||
|
tar --strip-components=1 -xvzf 1.10.0.90.tar.gz
|
||||||
|
rm -rf *.zip *.tar.gz addons/sourcemod/.git* addons/sourcemod/LICENSE scripts
|
||||||
|
|
||||||
- name: Run compiler
|
- name: Run compiler
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user