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: Windows Build
on: [push, pull_request]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Set up x86 build tools
uses: ilammy/msvc-dev-cmd@v1
with:
arch: x86
vsversion: 2022
- name: Compile byond-tracy
run: |
cl.exe /nologo /std:c11 /O2 /LD /DNDEBUG prof.c ws2_32.lib /Fe:prof.dll
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: byond-tracy-windows
path: prof.dll