From f0cceb04ac36709db6743e0c29a1d270e575151e Mon Sep 17 00:00:00 2001 From: Vauff Date: Fri, 20 Oct 2023 22:27:22 -0400 Subject: [PATCH] Build tweaks --- .github/workflows/ci.yml | 10 ++-------- .gitignore | 6 +++++- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 72a668d..d092e40 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/.gitignore b/.gitignore index efe1261..2503ae8 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,8 @@ msvc10/.vs msvc10/Release - CS GO Release.csgo libtier0.so -libvstdlib.so \ No newline at end of file +libvstdlib.so +build/ +winbuild/ +windowsbuild/ +linuxbuild/ \ No newline at end of file