mirror of
https://github.com/ilammy/msvc-dev-cmd.git
synced 2026-09-07 06:07:19 +08:00
3fdf9b2e34
Now that I know how to write some simple action, let's make a stub more complete. For example, I already know what inputs I would like to handle for this action.
21 lines
476 B
YAML
21 lines
476 B
YAML
name: Enable Developer Command Prompt
|
|
description: Configure Microsoft Visual C++ command line
|
|
inputs:
|
|
arch:
|
|
description: Target architecture
|
|
default: x64
|
|
sdk:
|
|
description: Windows SDK number to build for
|
|
spectre:
|
|
description: Enable Specre mitigations
|
|
toolset:
|
|
description: VC++ compiler toolset version
|
|
uwp:
|
|
description: Build for Universal Windows Platform
|
|
runs:
|
|
using: node12
|
|
main: index.js
|
|
branding:
|
|
icon: terminal
|
|
color: purple
|