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

Use official Jenkins CI to build and test winp #116

Merged
merged 26 commits into from
Apr 26, 2024

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    de9e390 View commit details
    Browse the repository at this point in the history
  2. Update build scripts

    - extract build-native.cmd
    - build.cmd: catch errors from build-native.cmd
    - build.cmd: fix path to artifacts
    - build.cmd: do not update version in pom.xml
    VladRassokhin authored and pbo-linaro committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    4bdf19d View commit details
    Browse the repository at this point in the history
  3. tests: fix unit tests failing

    Some error code were found on windows-arm64 machine, and we now ignore a
    code for specific protected processes. The unit test concerned lists all
    processes on the machine, which makes it hard to reproduce and reliable.
    pbo-linaro committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    aea5afd View commit details
    Browse the repository at this point in the history
  4. build: migrate to Visual Studio 2019

    Visual Studio 2017 is not supported anymore.
    pbo-linaro committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    e8a4d3b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    870324d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fd7623e View commit details
    Browse the repository at this point in the history
  7. remove committed binaries

    pbo-linaro committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    0d3cec5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9e5fc88 View commit details
    Browse the repository at this point in the history
  9. ci: remove appveyor

    Official Jenkins CI will perform compilation from now on.
    pbo-linaro committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    1d7c97d View commit details
    Browse the repository at this point in the history
  10. ci: run job on windows only, with full virtual machine

    This environment has access to VS 2019.
    pbo-linaro committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    b741718 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Update DEVELOPER.md

    basil authored Apr 26, 2024
    Configuration menu
    Copy the full SHA
    dd5928c View commit details
    Browse the repository at this point in the history
  2. Update DEVELOPER.md

    basil authored Apr 26, 2024
    Configuration menu
    Copy the full SHA
    bdd14e5 View commit details
    Browse the repository at this point in the history
  3. Update Jenkinsfile

    basil authored Apr 26, 2024
    Configuration menu
    Copy the full SHA
    6f0ff79 View commit details
    Browse the repository at this point in the history
  4. Maven build improvements

    basil committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    bf77f59 View commit details
    Browse the repository at this point in the history
  5. fix capitalization

    basil committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    95a37b8 View commit details
    Browse the repository at this point in the history
  6. fix build status link

    basil committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    a4bd1ea View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c8eb980 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f0d4514 View commit details
    Browse the repository at this point in the history
  9. Paranoia satisfied

    This reverts commit f0d4514.
    basil committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    3ecb413 View commit details
    Browse the repository at this point in the history
  10. Remove old build script

    basil committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    723a4b3 View commit details
    Browse the repository at this point in the history
  11. Rename script to minimize diff

    basil committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    b8e56d2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4aec6d3 View commit details
    Browse the repository at this point in the history
  13. Improve readme

    basil committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    c2ab56d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    526ee24 View commit details
    Browse the repository at this point in the history
  15. fix readme

    basil committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    94efbd2 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ca6f126 View commit details
    Browse the repository at this point in the history