adding windows CI
Some checks failed
Windows / build (windows-x86_64) (push) Failing after 19s
Windows / build (ubuntu-latest) (push) Failing after 1m31s
Windows / build (macos-x86_64) (push) Failing after 3m10s

This commit is contained in:
2026-01-18 15:55:18 +01:00
parent e64ba6870b
commit 394d2dc358
6 changed files with 61 additions and 75 deletions

View File

@@ -1,10 +0,0 @@
NAME = ./test
CC = clang
all : $(NAME)
$(NAME):
$(CC) -o $(NAME) main.c -lvulkan -lSDL2 -g
.PHONY: all