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/CD basic implementation based on GitHub Actions #167

Merged
merged 68 commits into from
Apr 8, 2024

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    d2b1827 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08f7e99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd085c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ae75fc0 View commit details
    Browse the repository at this point in the history
  5. workflow/push.yml - debugging

    ia committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    a0a7a6d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f4c8063 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0c85199 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    264cea6 View commit details
    Browse the repository at this point in the history
  9. hydrafw-revision.py: print default revision/0.0 if revision tag is no…

    …t extractable due to detached git repo state on GH build server
    ia committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    071a6ce View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    25f7953 View commit details
    Browse the repository at this point in the history
  11. workflow/push.yml - set ubuntu 18.04 as env since 22.04 includes tool…

    …chain which has strange issue with LTO stage (http://forum.chibios.org/viewtopic.php?t=5830)
    ia committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    aa9ef1f View commit details
    Browse the repository at this point in the history
  12. workflow/push.yml - set ubuntu 18.04 as env since 22.04 includes tool…

    …chain which has strange issue with LTO stage (http://forum.chibios.org/viewtopic.php?t=5830) using container
    ia committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    6c09da2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    55543db View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2656fa4 View commit details
    Browse the repository at this point in the history
  15. workflow/push.yml - debugging apt

    ia committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    3e54f15 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e58704f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4505071 View commit details
    Browse the repository at this point in the history
  18. workflow/push.yml - add git

    ia committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    7f7b2c1 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    479098c View commit details
    Browse the repository at this point in the history
  20. hydrafw-revision.py: add exception

    ia committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    a8de287 View commit details
    Browse the repository at this point in the history
  21. hydrafw-revision.py: fix exception

    ia committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    79c01cb View commit details
    Browse the repository at this point in the history
  22. workflow/push.yml - add make

    ia committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    640262a View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    57085cf View commit details
    Browse the repository at this point in the history
  24. workflow/push.yml - use debian

    ia committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    fcccefd View commit details
    Browse the repository at this point in the history
  25. workflow/push.yml - set ownership

    ia committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    d31b06b View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    ef1228f View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. Configuration menu
    Copy the full SHA
    2316b65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2839cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78deddc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6bd7044 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    837b18c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    37756d4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8397b41 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e2244cc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bca2196 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3dc8cc1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    75ecfc6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    72f33f0 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    46cde8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b752c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0932ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c242382 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d527c73 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a94c477 View commit details
    Browse the repository at this point in the history
  7. workflow/push.yml - fix steps order to download toolchain only after …

    …repo with script downloading it is checked out
    ia committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    30a7fe2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f4e4e84 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d4ec89d View commit details
    Browse the repository at this point in the history
  10. workflow/push.yml - output toolchain version and its dirs right befor…

    …e the build to make sure in logs that the proper GCC is used
    ia committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    a0bf4d0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6159c58 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7118e55 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    595a6e1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    044e0bf View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    45cfe1f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2744d28 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9166842 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c2fdf2b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    53e5b48 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    3a25617 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    50c1762 View commit details
    Browse the repository at this point in the history
  22. scripts/env.sh - keep trying

    ia committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    1e882a1 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    95fe104 View commit details
    Browse the repository at this point in the history
  2. hydrafw-version.py - taking into consideration original sha id before…

    … detaching on github
    ia committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    116ec76 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0f78b2 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    11c05b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4390579 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e7a53f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9d77d8c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    df35e5b View commit details
    Browse the repository at this point in the history