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

6
.gitignore vendored
View file

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