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

feat: Cross compilation #128

Open
wants to merge 61 commits into
base: main
Choose a base branch
from
Open

Commits on Mar 5, 2024

  1. enable pdf output format for the command line

    Tobias Kleinert authored and Sowasvonbot committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    1a6b2fc View commit details
    Browse the repository at this point in the history
  2. add working pdf export

    Tobias Kleinert authored and Sowasvonbot committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    6fb0bdf View commit details
    Browse the repository at this point in the history
  3. remove the unnecessary keeping of the temp html file

    Tobias Kleinert authored and Sowasvonbot committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    23ac82d View commit details
    Browse the repository at this point in the history
  4. use correct error kind

    Tobias Kleinert authored and Sowasvonbot committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    148cb80 View commit details
    Browse the repository at this point in the history
  5. move pdf render code to own module in the render crate

    Tobias Kleinert authored and Sowasvonbot committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    bacdfb7 View commit details
    Browse the repository at this point in the history
  6. first working import of paged js

    Sowasvonbot committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    9b98d8d View commit details
    Browse the repository at this point in the history
  7. fix the missing code highlighting in pdfs

    Sowasvonbot committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    ec12dac View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    26aecc6 View commit details
    Browse the repository at this point in the history
  9. add cross-compilation for windows

    Tobias Kleinert authored and Sowasvonbot committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    72af1ff View commit details
    Browse the repository at this point in the history
  10. fix installation error in pipeline

    Tobias Kleinert authored and Sowasvonbot committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    36f0e32 View commit details
    Browse the repository at this point in the history
  11. add first experimental cross-compilation for macos and caching for li…

    …nux depencies
    Sowasvonbot committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    7574269 View commit details
    Browse the repository at this point in the history
  12. fix for unrecognized runner.os

    Sowasvonbot committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    9586bdc View commit details
    Browse the repository at this point in the history
  13. try to cache between multiple jobs

    Sowasvonbot committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    23778ad View commit details
    Browse the repository at this point in the history
  14. try to use shared key between jobs for caching

    Sowasvonbot committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    45e5646 View commit details
    Browse the repository at this point in the history
  15. lint waits for build too

    Sowasvonbot committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    ac961f5 View commit details
    Browse the repository at this point in the history
  16. fix ubuntu_latest to ubuntu-latest

    Sowasvonbot committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    bd3c894 View commit details
    Browse the repository at this point in the history
  17. feature: add release artifact to pipeline

    Sowasvonbot committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    b1aad3b View commit details
    Browse the repository at this point in the history
  18. feat: add compiled binaries to release

    Sowasvonbot committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    cc2f462 View commit details
    Browse the repository at this point in the history
  19. feat: use shared build workflow

    Sowasvonbot committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    99cd069 View commit details
    Browse the repository at this point in the history
  20. fix: remove additional dot in filename

    Sowasvonbot committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    d72c3d6 View commit details
    Browse the repository at this point in the history
  21. fix: remove additional dot in filename

    Sowasvonbot committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    5cbbab8 View commit details
    Browse the repository at this point in the history
  22. fix: add missing and between conditions

    Sowasvonbot committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    130ecbe View commit details
    Browse the repository at this point in the history
  23. fix: use correct fromJSON method

    Sowasvonbot committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    db40288 View commit details
    Browse the repository at this point in the history
  24. fix: use correct format for json array

    Sowasvonbot committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    68fb836 View commit details
    Browse the repository at this point in the history
  25. fix: use correct JSON formatting in build file

    Sowasvonbot committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    3f3ff13 View commit details
    Browse the repository at this point in the history
  26. fix: resolve errors after rebase

    Sowasvonbot committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    df9628a View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. fix: update upload archive workflow

    Sowasvonbot committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    7523edc View commit details
    Browse the repository at this point in the history
  2. fix: try to review release please

    Sowasvonbot committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    101f62b View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. fix: update release please version

    Sowasvonbot committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    cd19e5b View commit details
    Browse the repository at this point in the history
  2. fix: restructure release please to run it first before even building …

    …artifacts
    Sowasvonbot committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    34a8a62 View commit details
    Browse the repository at this point in the history
  3. fix: restructure release please to run it first before even building …

    …artifacts
    Sowasvonbot committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    818e0b1 View commit details
    Browse the repository at this point in the history
  4. fix: restructure release please to run it first before even building …

    …artifacts
    Sowasvonbot committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    6e9612a View commit details
    Browse the repository at this point in the history
  5. fix: restructure release please to run it first before even building …

    …artifacts
    Sowasvonbot committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    b4848e7 View commit details
    Browse the repository at this point in the history
  6. fix: restructure release please to run it first before even building …

    …artifacts
    Sowasvonbot committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    74f8efc View commit details
    Browse the repository at this point in the history
  7. fix: restructure release please to run it first before even building …

    …artifacts
    Sowasvonbot committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    8a4de88 View commit details
    Browse the repository at this point in the history
  8. fix: restructure release please to run it first before even building …

    …artifacts
    Sowasvonbot committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    65bdf2f View commit details
    Browse the repository at this point in the history
  9. fix: restructure release please to run it first before even building …

    …artifacts
    Sowasvonbot committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    8f0bde2 View commit details
    Browse the repository at this point in the history
  10. fix: restructure release please to run it first before even building …

    …artifacts
    Sowasvonbot committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    b07deb9 View commit details
    Browse the repository at this point in the history
  11. fix: restructure release please to run it first before even building …

    …artifacts
    Sowasvonbot committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    7ca4308 View commit details
    Browse the repository at this point in the history
  12. fix: restructure release please to run it first before even building …

    …artifacts
    Sowasvonbot committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    bfd7197 View commit details
    Browse the repository at this point in the history
  13. fix: restructure release please to run it first before even building …

    …artifacts
    Sowasvonbot committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    7283a8d View commit details
    Browse the repository at this point in the history
  14. fix: restructure release please to run it first before even building …

    …artifacts
    Sowasvonbot committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    c79297a View commit details
    Browse the repository at this point in the history
  15. fix: restructure release please to run it first before even building …

    …artifacts
    Sowasvonbot committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    6341f41 View commit details
    Browse the repository at this point in the history
  16. fix: restructure release please to run it first before even building …

    …artifacts
    Sowasvonbot committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    3483d01 View commit details
    Browse the repository at this point in the history
  17. fix: restructure release please to run it first before even building …

    …artifacts
    Sowasvonbot committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    c65654a View commit details
    Browse the repository at this point in the history
  18. fix: restructure release please to run it first before even building …

    …artifacts
    Sowasvonbot committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    ee69067 View commit details
    Browse the repository at this point in the history
  19. fix: restructure release please to run it first before even building …

    …artifacts
    Sowasvonbot committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    e378576 View commit details
    Browse the repository at this point in the history
  20. fix: restructure release please to run it first before even building …

    …artifacts
    Sowasvonbot committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    3b13111 View commit details
    Browse the repository at this point in the history
  21. fix: restructure release please to run it first before even building …

    …artifacts
    Sowasvonbot committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    48f0c1c View commit details
    Browse the repository at this point in the history
  22. fix: restructure release please to run it first before even building …

    …artifacts
    Sowasvonbot committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    51dcdd1 View commit details
    Browse the repository at this point in the history
  23. fix: restructure release please to run it first before even building …

    …artifacts
    Sowasvonbot committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    383fb4f View commit details
    Browse the repository at this point in the history
  24. fix: restructure release please to run it first before even building …

    …artifacts
    Sowasvonbot committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    1a526f1 View commit details
    Browse the repository at this point in the history
  25. fix: restructure release please to run it first before even building …

    …artifacts
    Sowasvonbot committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    327bbde View commit details
    Browse the repository at this point in the history
  26. fix: restructure release please to run it first before even building …

    …artifacts
    Sowasvonbot committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    f04a137 View commit details
    Browse the repository at this point in the history
  27. fix: restructure release please to run it first before even building …

    …artifacts
    Sowasvonbot committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    e5a7d1e View commit details
    Browse the repository at this point in the history
  28. fix: restructure release please to run it first before even building …

    …artifacts
    Sowasvonbot committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    0793652 View commit details
    Browse the repository at this point in the history
  29. fix: restructure release please to run it first before even building …

    …artifacts
    Sowasvonbot committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    48cd033 View commit details
    Browse the repository at this point in the history
  30. fix: restructure release please to run it first before even building …

    …artifacts
    Sowasvonbot committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    0326a03 View commit details
    Browse the repository at this point in the history
  31. fix: restructure release please to run it first before even building …

    …artifacts
    Sowasvonbot committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    c834304 View commit details
    Browse the repository at this point in the history
  32. fix: restructure release please to run it first before even building …

    …artifacts
    Sowasvonbot committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    318e225 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    3b5c3de View commit details
    Browse the repository at this point in the history