Skip to content

Update llvm-link.bat to make symbolic links for identical files found… #75

Update llvm-link.bat to make symbolic links for identical files found…

Update llvm-link.bat to make symbolic links for identical files found… #75

Workflow file for this run

name: CI
on: [push, pull_request]
defaults:
run:
shell: cmd
jobs:
vs2022:
name: Visual Studio 2022
runs-on: windows-2022
steps:
- uses: actions/checkout@v3
- name: install llvm utils
run: |
CALL "VS2017\install.bat" 1
vs2019:
name: Visual Studio 2019
runs-on: windows-2019
steps:
- uses: actions/checkout@v3
- name: install llvm utils
run: |
CALL "VS2017\install.bat" 1
vs2017:
name: Visual Studio 2017
if: false
runs-on: windows-2016
steps:
- uses: actions/checkout@v3
- name: install llvm utils
run: |
CALL "VS2017\install.bat" 1