chore: build and publish canary windows builds (#6834)

Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
This commit is contained in:
dave caruso
2023-11-02 22:40:00 -07:00
committed by GitHub
parent 2a405f691e
commit 4403c40755
58 changed files with 2099 additions and 2880 deletions

View File

@@ -1909,29 +1909,29 @@ vendor-dev: assert-deps submodule npm-install-dev vendor-without-npm
.PHONY: bun
bun:
echo makefile is deprecated - use `cmake` / `bun run build`
echo 'See https://bun.sh/docs/project/contributing for more details'
@echo 'makefile is deprecated - use `cmake` / `bun run build`'
@echo 'See https://bun.sh/docs/project/contributing for more details'
cpp:
echo makefile is deprecated - use `cmake` / `bun run build`
echo 'See https://bun.sh/docs/project/contributing for more details'
@echo 'makefile is deprecated - use `cmake` / `bun run build`'
@echo 'See https://bun.sh/docs/project/contributing for more details'
zig:
echo makefile is deprecated - use `cmake` / `bun run build`
echo 'See https://bun.sh/docs/project/contributing for more details'
@echo 'makefile is deprecated - use `cmake` / `bun run build`'
@echo 'See https://bun.sh/docs/project/contributing for more details'
dev:
echo makefile is deprecated - use `cmake` / `bun run build`
echo 'See https://bun.sh/docs/project/contributing for more details'
@echo 'makefile is deprecated - use `cmake` / `bun run build`'
@echo 'See https://bun.sh/docs/project/contributing for more details'
setup:
echo makefile is deprecated - use `cmake` / `bun run build`
echo 'See https://bun.sh/docs/project/contributing for more details'
@echo 'makefile is deprecated - use `cmake` / `bun run build`'
@echo 'See https://bun.sh/docs/project/contributing for more details'
bindings:
echo makefile is deprecated - use `cmake` / `bun run build`
echo 'See https://bun.sh/docs/project/contributing for more details'
@echo 'makefile is deprecated - use `cmake` / `bun run build`'
@echo 'See https://bun.sh/docs/project/contributing for more details'
help:
echo makefile is deprecated - use `cmake` / `bun run build`
echo 'See https://bun.sh/docs/project/contributing for more details'
@echo 'makefile is deprecated - use `cmake` / `bun run build`'
@echo 'See https://bun.sh/docs/project/contributing for more details'