GitHub action to set up llvm-msvc
- name: Setup llvm-msvc
uses: NewWorldComingSoon/setup-llvm-msvc@v2
- name: Setup llvm-msvc
uses: NewWorldComingSoon/setup-llvm-msvc@v2
with:
version: llvm-msvc-build-v2.7
path: $GITHUB_WORKSPACE
Input | Value | Default | Description |
---|---|---|---|
version | latest | ✓ | Install the latest version available in the repository. |
path | $env:TEMP | ✓ | Path to store installer. |
- name: Setup llvm-msvc
uses: NewWorldComingSoon/setup-llvm-msvc@v2
- name: Checkout
uses: actions/checkout@v2
- name: Build
run: |
cmake -B build -TLLVM-MSVC_v143
cmake --build build --config Release