Commit 2b62dc3
authored
ORC-875: Add GitHub Action job for Windows Server 2019 (apache#872)
### What changes were proposed in this pull request?
This PR aims to add a test coverage for Windows on GitHub Action additionally.
### Why are the changes needed?
This PR aims to replace `AppVeyor` with GitHub Action eventually.
**AS IS(AppVeyor)**
https://github.com/apache/orc/blob/ae660f3006cae145d0db7a897fd81fe94029c0b2/appveyor.yml#L18-L41
**THIS PR(GitHub Action)**
https://github.com/apache/orc/runs/4662857757?check_suite_focus=true
```
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/x86_amd64/cl.exe - skipped
-- compiler MSVC version 19.0.24245.0
...
Test project D:/a/orc/orc/build
Start 1: orc-test
1/1 Test #1: orc-test ......................... Passed 61.99 sec
```
### How was this patch tested?
Pass the GitHub Action with newly add Windows job.1 parent ae660f3 commit 2b62dc3
1 file changed
+16
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
55 | 71 | | |
56 | 72 | | |
57 | 73 | | |
| |||
0 commit comments