Build tweaks

This commit is contained in:
Vauff 2023-10-20 22:27:22 -04:00
parent b57205a326
commit f0cceb04ac
2 changed files with 7 additions and 9 deletions

View file

@ -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

6
.gitignore vendored
View file

@ -2,4 +2,8 @@ msvc10/.vs
msvc10/Release - CS GO
Release.csgo
libtier0.so
libvstdlib.so
libvstdlib.so
build/
winbuild/
windowsbuild/
linuxbuild/