summaryrefslogtreecommitdiff
path: root/.github/actions/msvc-dev-cmd/action.yml
blob: a8530e0f7985ff496b53fd53b83a77d75bf23045 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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