.github: Add intial Windows CPU GHA workflow (#58199)

Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/58199

Signed-off-by: Eli Uriegas <eliuriegas@fb.com>

Test Plan: Imported from OSS

Reviewed By: malfet

Differential Revision: D28465272

Pulled By: seemethere

fbshipit-source-id: d221ad71d160088883896e018c58800dae85ff2c
This commit is contained in:
Eli Uriegas
2021-05-17 15:01:09 -07:00
committed by Facebook GitHub Bot
parent c156a4ffaa
commit 4310decfbf
11 changed files with 468 additions and 24 deletions

View File

@ -28,7 +28,7 @@ shellcheck-gha:
tools/run_shellcheck.sh $(SHELLCHECK_GHA_GENERATED_FOLDER)
generate-gha-workflows:
./.github/scripts/generate_linux_ci_workflows.py
.github/scripts/generate_ci_workflows.py
$(MAKE) shellcheck-gha
setup_lint: