Skip to content

Add script to find identical LLVM binary files. #74

Add script to find identical LLVM binary files.

Add script to find identical LLVM binary files. #74

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