We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ee72c3 commit c68cd29Copy full SHA for c68cd29
.github/workflows/main.yml
@@ -0,0 +1,28 @@
1
+name: CI
2
+
3
+on: [push, pull_request]
4
5
+defaults:
6
+ run:
7
+ shell: cmd
8
9
+jobs:
10
+ vs2019:
11
+ name: Visual Studio 2019
12
+ runs-on: windows-2019
13
+ steps:
14
+ - uses: actions/checkout@v2
15
16
+ - name: install llvm utils
17
+ run: |
18
+ CALL "VS2017\install.bat" 1
19
20
+ vs2017:
21
+ name: Visual Studio 2017
22
+ runs-on: windows-2016
23
24
25
26
27
28
0 commit comments