mirror of
https://github.com/Source2ZE/MovementUnlocker.git
synced 2026-09-27 12:47: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:
|
||||
- os: windows-2022
|
||||
- os: ubuntu-latest
|
||||
container: registry.gitlab.steamos.cloud/steamrt/sniper/platform
|
||||
container: registry.gitlab.steamos.cloud/steamrt/sniper/sdk
|
||||
steps:
|
||||
- name: Install apt packages
|
||||
if: runner.os == 'Linux'
|
||||
run: |
|
||||
apt update
|
||||
apt install -y git python3 python3-setuptools clang
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
|
|
@ -65,7 +59,7 @@ jobs:
|
|||
shell: bash
|
||||
run: |
|
||||
mkdir build && cd build
|
||||
python ../configure.py --enable-optimize --sdks cs2
|
||||
python ../configure.py --enable-optimize --symbol-files --sdks cs2
|
||||
ambuild
|
||||
|
||||
- name: Upload artifact
|
||||
|
|
|
|||
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -3,3 +3,7 @@ msvc10/Release - CS GO
|
|||
Release.csgo
|
||||
libtier0.so
|
||||
libvstdlib.so
|
||||
build/
|
||||
winbuild/
|
||||
windowsbuild/
|
||||
linuxbuild/
|
||||
Loading…
Add table
Add a link
Reference in a new issue