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

[CI]Use GH Actions for Win Build-Test #1063

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Sep 15, 2020

  1. [Azure]Add FV Win network test job

    Add job and script for Windows build/test job.
    It will rung nightly on Azure pipelines.
    
    Resolves: OLPEDGE-928
    
    Signed-off-by: Yaroslav Stefinko <[email protected]>
    ystefinko committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    a50dbf0 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2020

  1. Fix supported platforms in README (#1058)

    We support armhf as we have CI jobs for it.
    
    Relates-To: OLPEDGE-654
    
    Signed-off-by: Yaroslav Stefinko <[email protected]>
    ystefinko committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    15e665d View commit details
    Browse the repository at this point in the history
  2. Move cpplint to separate Travis job (#1008)

    Now cpplint job will run in a parralel instead of consecutively.
    
    Relates-To: OLPEDGE-1853
    
    Signed-off-by: Yaroslav Stefinko <[email protected]>
    ystefinko committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    cd84755 View commit details
    Browse the repository at this point in the history
  3. Make cpplint job unblocking again (#1060)

    Cpplint job was done unblocked without previous research.
    Due to many warnings we need to keep cpplint unblocking.
    
    Relates-To: OLPEDGE-1853
    
    Signed-off-by: Yaroslav Stefinko <[email protected]>
    ystefinko committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    e90df7f View commit details
    Browse the repository at this point in the history
  4. [CI]Use GH Actions for Win Build-Test

    Use GithubActions for Windows build,
    test network with mock server.
    
    Relates-To: OLPEDGE-2298
    
    Signed-off-by: Yaroslav Stefinko <[email protected]>
    ystefinko committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    ec45bc1 View commit details
    Browse the repository at this point in the history