Skip to content

Commit

Permalink
Try my own tracy
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Dec 29, 2024
1 parent 5d1327e commit ef7649e
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ jobs:

client_test:
runs-on: ubuntu-24.04
container:
image: ubuntu:24.10
options: --user root
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -47,10 +44,10 @@ jobs:
distribution: 'microsoft'
java-version: '21'
- run: |
apt update
DEBIAN_FRONTEND=noninteractive apt install -y --no-install-recommends tracy-capture sudo xvfb
wget -O tracy-capture https://github.com/modmuss50/tracy-utils/releases/download/0.0.1/linux-x86_64-tracy-capture
chmod +x tracy-capture
mkdir run && echo "eula=true" >> run/eula.txt
tracy-capture -o profile.tracy -a 127.0.0.1 > profile.log 2>&1 &
./tracy-capture -o profile.tracy -a 127.0.0.1 > profile.log 2>&1 &
- name: Run Client Gametests
uses: modmuss50/xvfb-action@v1
with:
Expand Down

0 comments on commit ef7649e

Please sign in to comment.