Skip to content

github actions, proper signaling on linux, wait on init, flush(), 515… #1

github actions, proper signaling on linux, wait on init, flush(), 515…

github actions, proper signaling on linux, wait on init, flush(), 515… #1

Workflow file for this run

name: Linux Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Compile byond-tracy
run: |
gcc -std=c11 -m32 -shared -fPIC -Ofast -s -DNDEBUG prof.c -pthread -o libprof.so
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: byond-tracy-linux
path: libprof.so