dongjoon-hyun opened a new pull request #999:
URL: https://github.com/apache/orc/pull/999


   ### 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.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to