mirror of
https://github.com/Source2ZE/MovementUnlocker.git
synced 2026-09-27 20:57:04 +02:00
Build tweaks
This commit is contained in:
parent
b57205a326
commit
f0cceb04ac
2 changed files with 7 additions and 9 deletions
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
|
|
@ -22,14 +22,8 @@ jobs:
|
||||||
include:
|
include:
|
||||||
- os: windows-2022
|
- os: windows-2022
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
container: registry.gitlab.steamos.cloud/steamrt/sniper/platform
|
container: registry.gitlab.steamos.cloud/steamrt/sniper/sdk
|
||||||
steps:
|
steps:
|
||||||
- name: Install apt packages
|
|
||||||
if: runner.os == 'Linux'
|
|
||||||
run: |
|
|
||||||
apt update
|
|
||||||
apt install -y git python3 python3-setuptools clang
|
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|
@ -65,7 +59,7 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
mkdir build && cd build
|
mkdir build && cd build
|
||||||
python ../configure.py --enable-optimize --sdks cs2
|
python ../configure.py --enable-optimize --symbol-files --sdks cs2
|
||||||
ambuild
|
ambuild
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
|
|
|
||||||
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -3,3 +3,7 @@ msvc10/Release - CS GO
|
||||||
Release.csgo
|
Release.csgo
|
||||||
libtier0.so
|
libtier0.so
|
||||||
libvstdlib.so
|
libvstdlib.so
|
||||||
|
build/
|
||||||
|
winbuild/
|
||||||
|
windowsbuild/
|
||||||
|
linuxbuild/
|
||||||
Loading…
Add table
Add a link
Reference in a new issue