SIGN IN SIGN UP

Add initial CI job for Windows target (#8088)

Clippy is disabled for now, due to many warnings in both `gpui` and
other code, see
https://github.com/zed-industries/zed/actions/runs/7980269779/job/21789529800
for more details.

Also, due to `#!/usr/bin/env bash` shebang in the `script/clippy`, it
starts in Windows CI with `shell: C:\Program Files\Git\bin\bash.EXE
-euxo pipefail {0}`

https://github.com/zed-industries/zed/actions/runs/7980269779/job/21789529800#step:4:3
It seems more appropriate to use PowerShell instead.

See `todo!("windows")` for all stubbed places currently.

Release Notes:

- N/A
K
Kirill Bulatov committed
c97ecc7326b4071c72c2fdbab74419c7d6cd61da
Parent: 48f0f38
Committed by GitHub <noreply@github.com> on 2/20/2024, 10:35:29 PM