Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ORC-875: Add GitHub Action job for Windows Server 2019 (#872) #999

Merged
merged 1 commit into from Jan 8, 2022
Merged

ORC-875: Add GitHub Action job for Windows Server 2019 (#872) #999

merged 1 commit into from Jan 8, 2022

Commits on Jan 8, 2022

  1. ORC-875: Add GitHub Action job for Windows Server 2019 (#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.
    
    (cherry picked from commit 2b62dc3)
    Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
    (cherry picked from commit b1b0fed)
    Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
    dongjoon-hyun committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    4ab9876 View commit details
    Browse the repository at this point in the history